Fix 'is time'
This commit is contained in:
parent
b874622647
commit
f03fbd49a3
|
@ -51,7 +51,7 @@ when the coins are the euro coins,
|
||||||
but in the general case the greedy algorithm
|
but in the general case the greedy algorithm
|
||||||
does not necessarily produce an optimal solution.
|
does not necessarily produce an optimal solution.
|
||||||
|
|
||||||
Now it is time to solve the problem efficiently
|
Now is time to solve the problem efficiently
|
||||||
using dynamic programming, so that the algorithm
|
using dynamic programming, so that the algorithm
|
||||||
works for any coin set.
|
works for any coin set.
|
||||||
The dynamic programming
|
The dynamic programming
|
||||||
|
|
Loading…
Reference in New Issue