Skip to content

Commit 9d5d30f

Browse files
authored
Merge pull request #1 from Ishita-0112/Ishita-0112-coin-change
Update CoinChange.py
2 parents 6037aeb + 24c3f19 commit 9d5d30f

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)