Greedy Algorithms Questions
The main characteristic of a greedy algorithm is that it makes locally optimal choices at each step in the hope of finding a global optimum solution.