核心思路[1] #
- 分治
- 回溯
- 贪心
技巧 #
- 双指针
- BFS, DFS
参考 #
- 《Hello 算法》 ***
https://www.hello-algo.com/
https://github.com/krahets/hello-algo
1xx. 《labuladong 的算法笔记》 ***
https://github.com/www6v/algorithm star 100K
https://labuladong.github.io/algo/ labuladong 的算法网站
1xx. https://github.com/wangzheng0822/algo 王争
1xx. https://github.com/www6v/leetcode-2 作者出版了算法书