- Given a pile of coins and a target amount, find a way to pay exactly that amount using the maximum number of coins from the pile.
- Given a pile of coins and a target amount, find a way to pay at least that amount using the maximum number of coins from the pile, such that removing any coin from the payment yields an amount that is less than the target amount.
- Given a pile of coins — each type of coin having a given weight — and a target amount, find a way to pay at least that amount using the maximum weight of coins from the pile, such that removing any coin from the payment yields an amount that is less than the target amount.
Tuesday, April 23, 2013
John Graham-Cunning's Minimum Coin Problems
In The Minimum Coin Problem, John Graham-Cunning poses the following problems:
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment