File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
Contents/09.Algorithm-Base/02.Recursive-Algorithm Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -286,7 +286,11 @@ class Solution:
286
286
## 参考资料
287
287
288
288
- 【书籍】算法竞赛入门经典:训练指南 - 刘汝佳,陈锋 著
289
+ - 【书籍】算法训练营 陈小玉 著
290
+ - 【书籍】挑战程序设计竞赛 第 2 版 - 秋叶拓哉,岩田阳一,北川宜稔 著,巫泽俊,庄俊元,李津羽 译
289
291
- 【问答】[ 对于递归有没有什么好的理解方法? - 知乎 - 方应杭] ( https://www.zhihu.com/question/31412436/answer/738989709 )
290
292
- 【问答】[ 对于递归有没有什么好的理解方法? - 知乎 - 老刘] ( https://www.zhihu.com/question/31412436/answer/724915708 )
291
293
- 【博文】[ 递归 & 分治 - OI Wiki] ( https://oi-wiki.org/basic/divide-and-conquer/ )
292
- - 【博文】[ 递归详解 - labuladong] ( https://github.com/labuladong/fucking-algorithm/blob/master/算法思维系列/递归详解.md )
294
+ - 【博文】[ 递归详解 - labuladong] ( https://github.com/labuladong/fucking-algorithm/blob/master/算法思维系列/递归详解.md )
295
+ - 【博文】[ 递归 - 数据结构与算法之美 - 极客时间] ( https://time.geekbang.org/column/article/41440 )
296
+ - 【视频】[ 清华学长带你从宏观角度看递归] ( https://mp.weixin.qq.com/s/BHY7ZBxIr3UCpIvY4-IVOQ )
You can’t perform that action at this time.
0 commit comments