From f03fbd49a38ead3533d0bee53a7dbcbf12ac115e Mon Sep 17 00:00:00 2001 From: Antti H S Laaksonen Date: Sat, 22 Apr 2017 12:34:44 +0300 Subject: [PATCH] Fix 'is time' --- chapter07.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chapter07.tex b/chapter07.tex index b21943c..257542d 100644 --- a/chapter07.tex +++ b/chapter07.tex @@ -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