双指针相关的问题列表
容易
- 0026. 删除有序数组中的重复项 Remove Duplicates from Sorted Array
- 0088. 合并两个有序数组 Merge Sorted Array
- 0125. 验证回文串 Valid Palindrome
- 0349. 两个数组的交集 Intersection of Two Arrays
- 0350. 两个数组的交集 II Intersection of Two Arrays II
- 0485. 最大连续1的个数 Max Consecutive Ones
- 0680. 验证回文串 II Valid Palindrome II
- 0925. 长按键入 Long Pressed Name
- 0977. 有序数组的平方 Squares of a Sorted Array
- 2108. 找出数组中的第一个回文字符串 Find First Palindromic String in the Array
TODO:
- 27. Remove Element
- 160. 相交链表
- 234. 回文链表
- 2511. Maximum Enemy Forts That Can Be Captured
- 2540. Minimum Common Value
中等
- 0005. 最长回文子串 Longest Palindromic Substring
- 0011. 盛最多水的容器 Container With Most Water
- 0015. 三数之和 3Sum
- 0016. 最接近的三数之和 3Sum Closest
- 0031. 下一个排列 Next Permutation
- 0075. 颜色分类 Sort Colors
- 0080. 删除排序数组中的重复项 II Remove Duplicates from Sorted Array II
- 0167. 两数之和 II - 输入有序数组 Two Sum II - Input Array Is Sorted
- 0532.数组中的数对 K-diff Pairs in an Array
TODO: