This website requires JavaScript.
Explore
Help
Register
Sign In
huayu-learn
/
algorithm
Watch
1
Star
0
Fork
You've already forked algorithm
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
ed39479088
algorithm
/
算法
/
learn
/
体系
/
18.认识一些经典递归过程.md
243 B
Raw
Blame
History
暴力递归
把问题转换为规模缩小了的同类问题的子问题.
有明确的不需要继续进行递归的条件
有当得到了子问题的结果之后的决策过程
不记录每一个子问题的解.
恢复现场