- 处理substring search problem的模版1
- 处理substring search problem的模版1
- [位运算](https://leetcode.com/problems/sum-of-two-integers/discuss/84278/A-summary:-how-to-use-bit-manipulation-to-solve-problems-easily-and-efficiently
- DFS问题,都是迭代求解。我目前侧重于什么时候需要记录起始位置,什么时候需要使用visit数组标记是否访问过。
1 | 这三个的代码里我都写了自己的心得,体会一下。 |