Question: Use the greedy algorithm to make change using quarters, dimes, and pennies (but no nickels) for each of the amounts given in Exercise. For which of these amounts does the greedy algorithm use the fewest coins of these denominations possible?
Exercise: Use the greedy algorithm to make change using quarters, dimes, nickels, and pennies for
a) 51 cents.
b) 69 cents.
c) 76 cents.
d) 60 cents.