What is a greedy graph?
A graph that can find an approximate solution to problems
How do greedy graphs work?
They make the best decision on the information that is immediate to them and don’t “look ahead”
What graph theories must you know?
Dijkstras algorithm
Travelling saleperson
Who made graph theory?
Leonard Euler
W=How do you approach a Knapsack problem?
Work out the density of the items from value/weight
What is the knapsack problem?
A class of problems known as NP-Complete problems