Skip to content

Greedy Algorithm

Summary

The greedy algorithm always choose locally optimal solution at each step with the hope of finding a global optimum.