Finds the minimum number of coins for making change, assuming a denomination system where the greedy choice leads to an optimal solution.
Explain code with DocComment! Try out your own code!