167 https://leetcode-cn.com/problems/two-sum-ii-input-array-is-sorted/
633 https://leetcode-cn.com/problems/sum-of-square-numbers/
240 https://leetcode-cn.com/problems/search-a-2d-matrix-ii/
题解:https://leetcode-cn.com/problems/sum-of-square-numbers/solution/shuang-zhi-zhen-de-ben-zhi-er-wei-ju-zhe-ebn3/
典型:
一维数组搜索
双指针类型满足
- 每行的元素从左到右升序排列。
- 每列的元素从上到下升序排列。