Fix variable name [closes #59]
This commit is contained in:
parent
95b76ce1c3
commit
ee525dd431
|
@ -34,7 +34,7 @@ What is the minimum number of coins needed?
|
||||||
|
|
||||||
For example, if the coins are the euro coins (in cents)
|
For example, if the coins are the euro coins (in cents)
|
||||||
\[\{1,2,5,10,20,50,100,200\}\]
|
\[\{1,2,5,10,20,50,100,200\}\]
|
||||||
and $x=520$,
|
and $n=520$,
|
||||||
we need at least four coins.
|
we need at least four coins.
|
||||||
The optimal solution is to select coins
|
The optimal solution is to select coins
|
||||||
$200+200+100+20$ whose sum is 520.
|
$200+200+100+20$ whose sum is 520.
|
||||||
|
|
Loading…
Reference in New Issue