标签
# | 标题 | OJ | 难度 |
---|---|---|---|
P227 | 第一个出错的版本 | leetcode 278. lintcode 74. | 易 |
P197 | 行列递增矩阵中第 K 小的元素 | leetcode 378. lintcode 1272. | 中 |
P175 | 查找数组的波峰 | leetcode 162. lintcode 75. | 中 |
P174 | 验证完全平方数 | leetcode 367. lintcode 777. | 易 |
P157 | 查找重复数字 | leetcode 287. lintcode 633. | 中 |
P127 | 旋转有序数组的最小值 | leetcode 153. lintcode 159. | 中 |
P109 | 有序数组中查找数字的开始和结束下标 | leetcode 34. lintcode 61. | 中 |
P91 | 旋转有序数组的搜索 | leetcode 33. lintcode 62. | 中 |
P79 | 最长递增子序列的长度 | leetcode 300. lintcode 76. | 中 |
P56 | 有序数组中的单身数字 | leetcode 540. lintcode 1183. | 中 |
P54 | 实现平方根函数 | leetcode 69. lintcode 141. | 易 |
P38 | 二维数组的二分搜索 | leetcode 74. lintcode 28. | 中 |
P37 | 二分搜索插入位置 | leetcode 35. lintcode 60. | 易 |
P36 | 二分搜索 | leetcode 704. lintcode 457. | 易 |
P20 | 求两个有序数组的中位数 | leetcode 4. lintcode 65. | 难 |
P10 | 数值的 n 次方 | leetcode 50. lintcode 428. | 中 |
P7 | 行列递增的二维数组搜索 | leetcode 240. lintcode 38. | 中 |
P3 | 有序数组中求和为给定值的两个数 | leetcode 167. lintcode 608. | 易 |