
有序搜索
文章平均质量分 66
jmspan
这个作者很懒,什么都没留下…
展开
-
LeetCode 240. Search a 2D Matrix II (矩阵内搜索)
原题网址:https://leetcode.com/problems/search-a-2d-matrix-ii/Write an efficient algorithm that searches for a value in an m x n matrix. This matrix has the following properties:Integers in e原创 2016-04-07 00:18:58 · 526 阅读 · 0 评论 -
LeetCode 74. Search a 2D Matrix(搜索矩阵)
原题网址:https://leetcode.com/problems/search-a-2d-matrix/Write an efficient algorithm that searches for a value in an m x n matrix. This matrix has the following properties:Integers in each原创 2016-05-22 05:19:08 · 619 阅读 · 0 评论