Skip to content

Commit 8a02735

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 172f1ba commit 8a02735

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dynamic_programming/coin_change.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
20
1616
"""
1717

18+
1819
def coin_change(coins: list[int], amount: int) -> int:
1920
"""
2021
Calculate the minimum number of coins required to make up the given amount.

0 commit comments

Comments
 (0)