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