Skip to content

Commit 0384721

Browse files
authored
Update DynamicProgramming-makechange_bottomup.py
changed the input.
1 parent 61dedae commit 0384721

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DynamicProgramming-makechange_bottomup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ def makechange_bottomup(coins, amount):
1717

1818
return result
1919

20-
print(makechange_bottomup([1,3,5], 8))
20+
print(makechange_bottomup([1,3,5], 9))

0 commit comments

Comments
 (0)