This website requires JavaScript.
Explore
Help
Sign In
github
/
hello-algo
Watch
1
Star
0
Fork
0
You've already forked hello-algo
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
fa3e1c7e3f
hello-algo
/
chapter_dynamic_programming
/
index.md
krahets
fa3e1c7e3f
build
2023-07-17 17:51:03 +08:00
990 B
Raw
Blame
History
comments
icon
true
material/table-pivot
14. 动态规划
{ width="70%" }
本章内容
14.1 初探动态规划
14.2 DP 问题特性
14.3 DP 解题思路
14.4 0-1 背包问题
14.5 完全背包问题
14.6 编辑距离问题
14.7 小结