Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Query Optimization Assignment 6 #8

Closed
ahmedhamdi96 opened this issue Feb 16, 2021 · 3 comments
Closed

Query Optimization Assignment 6 #8

ahmedhamdi96 opened this issue Feb 16, 2021 · 3 comments

Comments

@ahmedhamdi96
Copy link

Shouldn't MVP consider incoming edges? Why is this solution considering outgoing edges instead?

@ahmedhamdi96 ahmedhamdi96 changed the title Assignment 6 Query Optimization Assignment 6 Feb 16, 2021
@ahmedhamdi96
Copy link
Author

For MVP, I think the costs are not calculated correctly too. Shouldn't it be the cost of (predecessor node + cost of 2 merged nodes)? It is calculated as (predecessor node + successor node + cost of 2 merged nodes).

@ila
Copy link
Owner

ila commented Feb 17, 2021

honestly, MVP still does not make any sense to me, and the author of this assignment did not include their names. do you want to make a PR with your solution? also it would be useful to see how many points you got, since this one should be 10/10

@ahmedhamdi96
Copy link
Author

i didn't do the assignments 🙃

@ila ila closed this as completed Feb 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants