Definition
Algorithm
Greedy
Definition
Link to originalGreedy Algorithm
An algorithm is called greedy if it constructs a solution incrementally using a local criterion, without foresight, to select the next solution component to be added.