Greedy Algorithms Flashcards
1
Q
What are greedy algorithms?
A
Greedy algorithms are those that always make a choice that looks best at the moment (locally optimal choice).
Introduction to Algorithms > Greedy Algorithms > Flashcards
What are greedy algorithms?
Greedy algorithms are those that always make a choice that looks best at the moment (locally optimal choice).