Use the greedy algorithm to make change using quarters, dimes, and pennies (but no nickels) for each of the amounts given in Exercise 52. For which of these amounts does the greedy algorithm use the fewest coins of these denominations possible?
Solution: Step 1 :In this problem we have to make change using the quarters, dimes, and pennies (but no nickels).