Greedy Algorithms 1: Coin Change Problem
What is the main idea behind a greedy algorithm?
In the coin change problem, what is the objective?
Which of the following is a valid coin denomination set for the classic coin change problem?
What is meant by a 'locally optimal' choice?
Which approach is generally used to guarantee an optimal solution for the coin change problem?