redolog / blog-comment

Blog comment using gitalk.
0 stars 0 forks source link

LeetCode 剑指 Offer 46. 把数字翻译成字符串 DP题解 | 宋惠龙的大操场 #109

Open redolog opened 2 years ago

redolog commented 2 years ago

https://dragonsong.tech/posts/rd/algo/oj/leetcode/translate-num/

LeetCode 剑指 Offer 46. 把数字翻译成字符串 DP题解,熟悉简单DP问题中:子问题重叠性、无后效性、最优子结构的求解条件。了解滚动数组。