二分查找类 724. 寻找数组的中心索引(https://leetcode-cn.com/problems/find-pivot-index/) 双指针类 26. 删除排序数组中的重复项(https://leetcode-cn.com/problems/remove-duplicates-from-sorted-array/) 344. 反转字符串(https://leetcode-cn.com/problems/reverse-string/) 贪心类 122. 买卖股票的最佳时机 II(https://leetcode-cn.com/problems/best-time-to-buy-and-sell-stock-ii/)