Y
Hacker News
new
|
ask
|
show
|
jobs
by
popularrecluse
920 days ago
2x$0.10 + 1x$0.18 is the preferred change.
2 comments
saulpw
920 days ago
And what algorithm did you use to find that? As per the comment you replied to, the greedy algorithm no longer works, and you have to exhaustively search through all possibilities of coins.
link
couchand
920 days ago
Not the OP, but they appear to use the classic change-making algorithm "Dimes are Best".
It works like this: give dimes for change, they're the best coin (highest value density).
link
stevage
920 days ago
Not in the system where the 10c is replaced by the 18c.
link