二维数组双指针搜索正确性

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/

典型:
一维数组搜索
双指针类型满足

  • 每行的元素从左到右升序排列。
  • 每列的元素从上到下升序排列。
    二维数组双指针搜索正确性
上一篇:programmercarl——数组——二分查找


下一篇:小学四则运算APP 第一个冲刺 第八天