| 0704 | Binary Search(二分查找) | Python | 简单 |
| 0374 | Guess Number Higher or Lower(猜数字大小) | Python | 简单 |
| 0035 | Search Insert Position(搜索插入位置) | Python | 简单 |
| 0034 | Find First and Last Position of Element in Sorted Array(在排序数组中查找元素的第一个和最后一个位置) | Python | 中等 |
| 0167 | Two Sum II - Input Array Is Sorted(两数之和 II - 输入有序数组) | Python | 中等 |
| 0153 | Find Minimum in Rotated Sorted Array(寻找旋转排序数组中的最小值) | Python | 中等 |
| 0154 | Find Minimum in Rotated Sorted Array II(寻找旋转排序数组中的最小值 II) | Python | 困难 |
| 0033 | Search in Rotated Sorted Array(搜索旋转排序数组) | Python | 中等 |
| 0081 | Search in Rotated Sorted Array II(搜索旋转排序数组 II) | Python | 中等 |
| 0278 | First Bad Version(第一个错误的版本) | Python | 简单 |
| 0162 | Find Peak Element(寻找峰值) | Python | 中等 |
| 0852 | Peak Index in a Mountain Array(山脉数组的峰顶索引) | Python | 中等 |
| 1095 | Find in Mountain Array(山脉数组中查找目标值) | Python | 困难 |
| 0744 | Find Smallest Letter Greater Than Target(寻找比目标字母大的最小字母) | Python | 简单 |
| 0004 | Median of Two Sorted Arrays(寻找两个正序数组的中位数) | Python | 困难 |
| 0074 | Search a 2D Matrix(搜索二维矩阵) | Python | 中等 |
| 0240 | Search a 2D Matrix II(搜索二维矩阵 II) | Python | 中等 |