Summary
Summary Greedy Algorithms
- Course
- Institution
A greedy algorithm is an algorithmic strategy that makes the optimal choice at each small stage (subproblem), with the goal of eventually leading to globally optimum solution. This document explains the definition of a greedy algorithm, the difference between greedy algorithm and dynamic program...
[Show more]