算法小抄 https://www.bookstack.cn/books/fucking-algorithm
算法必读 https://blog.csdn.net/weixin_36389889/category_9837338.html
LeetCode https://leetcode-cn.com/problemset/all/
同向指针
- 一快一慢
- 一个先走k步
相向指针
- 两个指针从两端往中间走
算法小抄 https://www.bookstack.cn/books/fucking-algorithm
算法必读 https://blog.csdn.net/weixin_36389889/category_9837338.html
LeetCode https://leetcode-cn.com/problemset/all/
让时间为你证明