343. 整数拆分 https://leetcode.cn/problems/integer-break
63. 不同路径 II https://leetcode.cn/problems/unique-paths-ii
1262. 可被三整除的最大和 https://leetcode.cn/problems/greatest-sum-divisible-by-three
120. 三角形最小路径和 https://leetcode.cn/problems/triangle
368. 最大整除子集 https://leetcode.cn/problems/largest-divisible-subset
718. 最长重复子数组 https://leetcode.cn/problems/maximum-length-of-repeated-subarray
本章列举一些经典的动态规划习题,帮助大家加深理解前面文章中讲到的知识点。