Skip to content

Commit 24c3f19

Browse files
authored
Update CoinChange.py
1 parent 6037aeb commit 24c3f19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CoinChange.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Dynamic Programming Python implementation of Coin
1+
# Dynamic Programming Coin Change Python implementation of Coin
22
# Change problem
33
def count(S, m, n):
44

0 commit comments

Comments
 (0)