Skip to content
Code More Create
Main Navigation
📂 刷题技巧
📂 剑指offer系列
📂 字节校园66题
📂 模拟笔试
📂 算法基础
✏️ Java常用函数集
github
Appearance
github
Menu
Return to top
动态规划
#
动态规划五部曲
确定dp数组(dp table)以及下标的含义
确定递推公式
dp数组如何初始化
确定遍历顺序
举例推导dp数组