Greedy Optimal

Very few algorithms are greedy and optimal, which means they provide the best possible solution locally and globally.

These include:

Greedy Argument can be used to prove the correctness and/or optimality of greedy algorithms