We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61dedae commit 0384721Copy full SHA for 0384721
DynamicProgramming-makechange_bottomup.py
@@ -17,4 +17,4 @@ def makechange_bottomup(coins, amount):
17
18
return result
19
20
-print(makechange_bottomup([1,3,5], 8))
+print(makechange_bottomup([1,3,5], 9))
0 commit comments