Greedy Algorithms
This lesson introduces the greedy problem-solving technique.
We'll cover the following...
Greedy algorithms
Greedy is an algorithmic paradigm that builds up a solution piece by piece; this means it chooses the next piece that offers the most obvious and immediate benefit. A greedy algorithm, as the name implies, always makes the choice that seems to be the best at the time. It ...
Access this course and 1400+ top-rated courses and projects.