Fix 'is time'

This commit is contained in:
Antti H S Laaksonen 2017-04-22 12:34:44 +03:00
parent b874622647
commit f03fbd49a3
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ when the coins are the euro coins,
but in the general case the greedy algorithm
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
works for any coin set.
The dynamic programming