Portland-Chinese-folks-PoP-leetcode / Leetcode_solution

Fuck leetcode
8 stars 1 forks source link

Yune thehandsome branch #4

Closed zyune closed 2 years ago

zyune commented 2 years ago

This is an memorization implement of dp algorithem of coin change。 在这个算法中,状态是递归函数中传入的参数。变化是 每个循环可供选择的硬币。

关于这类标准动态规划memorization的一些想法, 写在这里https://github.com/Portland-Chinese-folks-PoP-leetcode/Leetcode_solution/issues/5#issuecomment-1075387484