computation

Definition

Algorithm

An algorithm for a problem is a well-defined description of computational steps that allows us to solve an arbitrary instance of .

Greedy

Definition

Greedy 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.

Link to original