最长有效括号
力扣https://leetcode.cn/problems/longest-valid-parentheses/注意一下解法三,双遍历法
搜索旋转排序数组
在排序数组中查找元素的第一个和最后一个位置
力扣https://leetcode.cn/problems/find-first-and-last-position-of-element-in-sorted-array/看题解
力扣https://leetcode.cn/problems/longest-valid-parentheses/注意一下解法三,双遍历法
力扣https://leetcode.cn/problems/find-first-and-last-position-of-element-in-sorted-array/看题解