| 0167 | Two Sum II - Input Array Is Sorted(两数之和 II - 输入有序数组) | Python | 中等 |
| 0344 | Reverse String(反转字符串) | Python | 简单 |
| 0345 | Reverse Vowels of a String(反转字符串中的元音字母) | Python | 简单 |
| 0125 | Valid Palindrome(验证回文串) | Python | 简单 |
| 0011 | Container With Most Water(盛最多水的容器) | Python | 中等 |
| 0611 | Valid Triangle Number(有效三角形的个数) | Python | 中等 |
| 0015 | 3Sum(三数之和) | Python | 中等 |
| 0016 | 3Sum Closest(最接近的三数之和) | Python | 中等 |
| 0018 | 4Sum(四数之和) | Python | 中等 |
| 0259 | 3Sum Smaller(较小的三数之和) | Python | 中等 |
| 0658 | Find K Closest Elements(找到 K 个最接近的元素) | Python | 中等 |
| 1099 | Two Sum Less Than K(小于 K 的两数之和) | Python | 简单 |
| 0075 | Sort Colors(颜色分类) | Python | 中等 |
| 0360 | Sort Transformed Array(有序转化数组) | Python | 中等 |
| 0977 | Squares of a Sorted Array(有序数组的平方) | Python | 简单 |
| 0881 | Boats to Save People(救生艇) | Python | 中等 |
| 0042 | Trapping Rain Water(接雨水) | Python | 困难 |
| 0443 | String Compression(压缩字符串) | Python | 中等 |