|
|
|
|
|
by maweaver
920 days ago
|
|
One issue they mention is that you lose the simple greedy algorithm for making change. For example, for $0.38 it's better to give 2x$0.18 plus 2 pennies (4 coins), but many might intuitively give back a quarter, a dime, and 3 pennies (5 coins). Besides the added complexity, introducing a new coin solely to reduce the amount of change given is not effective if it is not used optimally. |
|