mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-01-18 16:27:02 +00:00
fix typo
This commit is contained in:
parent
96536ad761
commit
53ce9b8068
|
@ -2,7 +2,7 @@
|
|||
You have m types of coins available in infinite quantities
|
||||
where the value of each coins is given in the array S=[S0,... Sm-1]
|
||||
Can you determine number of ways of making change for n units using
|
||||
the given types of coints?
|
||||
the given types of coins?
|
||||
https://www.hackerrank.com/challenges/coin-change/problem
|
||||
"""
|
||||
def dp_count(S, m, n):
|
||||
|
|
Loading…
Reference in New Issue
Block a user