zhenyu0519 / zhenyu0519.github.io

My Blog
https://zhenyu0519.github.io/
MIT License
3 stars 0 forks source link

leetcode 322. Coin Change (Python) — 杰弗里 · 时光博客(Jeffrey's Blog) #34

Closed zhenyu0519 closed 4 years ago

zhenyu0519 commented 4 years ago

https://zhenyu0519.github.io/2020/02/27/lc322/

Leetcode 322. Coin Change (Python)

roshandec29 commented 2 years ago

There is a change in the code.

Please make it dp = [amount+1 for _ in range(amount+1)] to get it accepted in leetcode.