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
e0d4aed887
hello-algo
/
chapter_dynamic_programming
/
index.md
krahets
e0d4aed887
build
2023-07-29 04:48:28 +08:00
1002 B
Raw
Blame
History
comments
icon
status
true
material/table-pivot
new
14. 动态规划
{ width="600" }
本章内容
14.1 初探动态规划
14.2 DP 问题特性
14.3 DP 解题思路
14.4 0-1 背包问题
14.5 完全背包问题
14.6 编辑距离问题
14.7 小结