|
| 1 | +- 🏠 速览 |
| 2 | + - [项目介绍](README.md "The greatest guide in the world") |
| 3 | + - [快速索引](index-type.md "按照题型或难易度快速检索题目.") |
| 4 | + - [- 题型难度](index-type.md) |
| 5 | + - [- 题型标签](index-tags.md) |
| 6 | + |
| 7 | +- 📚 题目列表 |
| 8 | + - [1 - 99题](index-tags.md) |
| 9 | + - [1. 两数之和 ✅](solution/1-99/0001.two-sum/) |
| 10 | + - [2. 两数相加 ✅](solution/1-99/0002.add-two-numbers/) |
| 11 | + - [3. 无重复字符的最长子串](solution/1-99/0003.longest-substring-without-repeating-characters/) |
| 12 | + - [4. 寻找两个有序数组的中位数](solution/1-99/0004.median-of-two-sorted-arrays/) |
| 13 | + - [5. 最长回文子串](solution/1-99/0005.longest-palindromic-substring/) |
| 14 | + - [6. z 字形变换](solution/1-99/0006.zigzag-conversion/) |
| 15 | + - [7. 整数反转 ✅](solution/1-99/0007.reverse-integer/) |
| 16 | + - [8. 字符串转换整数 (atoi)](solution/1-99/0008.string-to-integer-atoi/) |
| 17 | + - [9. 回文数 ✅](solution/1-99/0009.palindrome-number/) |
| 18 | + - [10. 正则表达式匹配](solution/1-99/0010.regular-expression-matching/) |
| 19 | + - [11. 盛最多水的容器](solution/1-99/0011.container-with-most-water/) |
| 20 | + - [12. 整数转罗马数字](solution/1-99/0012.integer-to-roman/) |
| 21 | + - [13. 罗马数字转整数 ✅](solution/1-99/0013.roman-to-integer/) |
| 22 | + - [14. 最长公共前缀](solution/1-99/0014.longest-common-prefix/) |
| 23 | + - [15. 三数之和](solution/1-99/0015.3sum/) |
| 24 | + - [16. 最接近的三数之和](solution/1-99/0016.3sum-closest/) |
| 25 | + - [17. 电话号码的字母组合](solution/1-99/0017.letter-combinations-of-a-phone-number/) |
| 26 | + - [18. 四数之和](solution/1-99/0018.4sum/) |
| 27 | + - [19. 删除链表的倒数第n个节点](solution/1-99/0019.remove-nth-node-from-end-of-list/) |
| 28 | + - [20. 有效的括号 ✅](solution/1-99/0020.valid-parentheses/) |
| 29 | + - [21. 合并两个有序链表 ✅](solution/1-99/0021.merge-two-sorted-lists/) |
| 30 | + - [22. 括号生成](solution/1-99/0022.generate-parentheses/) |
| 31 | + - [23. 合并k个排序链表](solution/1-99/0023.merge-k-sorted-lists/) |
| 32 | + - [24. 两两交换链表中的节点](solution/1-99/0024.swap-nodes-in-pairs/) |
| 33 | + - [25. k 个一组翻转链表](solution/1-99/0025.reverse-nodes-in-k-group/) |
| 34 | + - [26. 删除排序数组中的重复项 ✅](solution/1-99/0026.remove-duplicates-from-sorted-array/) |
| 35 | + - [27. 移除元素 ✅](solution/1-99/0027.remove-element/) |
| 36 | + - [28. 实现 strstr() ✅](solution/1-99/0028.implement-strstr/) |
| 37 | + - [29. 两数相除](solution/1-99/0029.divide-two-integers/) |
| 38 | + - [30. 串联所有单词的子串](solution/1-99/0030.substring-with-concatenation-of-all-words/) |
| 39 | + - [31. 下一个排列](solution/1-99/0031.next-permutation/) |
| 40 | + - [32. 最长有效括号](solution/1-99/0032.longest-valid-parentheses/) |
| 41 | + - [33. 搜索旋转排序数组](solution/1-99/0033.search-in-rotated-sorted-array/) |
| 42 | + - [34. 在排序数组中查找元素的第一个和最后一个位置](solution/1-99/0034.find-first-and-last-position-of-element-in-sorted-array/) |
| 43 | + - [35. 搜索插入位置 ✅](solution/1-99/0035.search-insert-position/) |
| 44 | + - [36. 有效的数独](solution/1-99/0036.valid-sudoku/) |
| 45 | + - [37. 解数独](solution/1-99/0037.sudoku-solver/) |
| 46 | + - [38. 外观数列](solution/1-99/0038.count-and-say/) |
| 47 | + - [39. 组合总和](solution/1-99/0039.combination-sum/) |
| 48 | + - [40. 组合总和 ii](solution/1-99/0040.combination-sum-ii/) |
| 49 | + - [41. 缺失的第一个正数](solution/1-99/0041.first-missing-positive/) |
| 50 | + - [42. 接雨水](solution/1-99/0042.trapping-rain-water/) |
| 51 | + - [43. 字符串相乘](solution/1-99/0043.multiply-strings/) |
| 52 | + - [44. 通配符匹配](solution/1-99/0044.wildcard-matching/) |
| 53 | + - [45. 跳跃游戏 ii](solution/1-99/0045.jump-game-ii/) |
| 54 | + - [46. 全排列](solution/1-99/0046.permutations/) |
| 55 | + - [47. 全排列 ii](solution/1-99/0047.permutations-ii/) |
| 56 | + - [48. 旋转图像](solution/1-99/0048.rotate-image/) |
| 57 | + - [49. 字母异位词分组](solution/1-99/0049.group-anagrams/) |
| 58 | + - [50. pow(x, n)](solution/1-99/0050.powx-c-n/) |
| 59 | + - [51. n皇后](solution/1-99/0051.n-queens/) |
| 60 | + - [52. n皇后 ii](solution/1-99/0052.n-queens-ii/) |
| 61 | + - [53. 最大子序和](solution/1-99/0053.maximum-subarray/) |
| 62 | + - [54. 螺旋矩阵](solution/1-99/0054.spiral-matrix/) |
| 63 | + - [55. 跳跃游戏](solution/1-99/0055.jump-game/) |
| 64 | + - [56. 合并区间](solution/1-99/0056.merge-intervals/) |
| 65 | + - [57. 插入区间](solution/1-99/0057.insert-interval/) |
| 66 | + - [58. 最后一个单词的长度](solution/1-99/0058.length-of-last-word/) |
| 67 | + - [59. 螺旋矩阵 ii](solution/1-99/0059.spiral-matrix-ii/) |
| 68 | + - [60. 第k个排列](solution/1-99/0060.permutation-sequence/) |
| 69 | + - [61. 旋转链表](solution/1-99/0061.rotate-list/) |
| 70 | + - [62. 不同路径](solution/1-99/0062.unique-paths/) |
| 71 | + - [63. 不同路径 ii](solution/1-99/0063.unique-paths-ii/) |
| 72 | + - [64. 最小路径和](solution/1-99/0064.minimum-path-sum/) |
| 73 | + - [65. 有效数字](solution/1-99/0065.valid-number/) |
| 74 | + - [66. 加一 ✅](solution/1-99/0066.plus-one/) |
| 75 | + - [67. 二进制求和](solution/1-99/0067.add-binary/) |
| 76 | + - [68. 文本左右对齐](solution/1-99/0068.text-justification/) |
| 77 | + - [69. x 的平方根](solution/1-99/0069.sqrtx/) |
| 78 | + - [70. 爬楼梯](solution/1-99/0070.climbing-stairs/) |
| 79 | + - [71. 简化路径](solution/1-99/0071.simplify-path/) |
| 80 | + - [72. 编辑距离](solution/1-99/0072.edit-distance/) |
| 81 | + - [73. 矩阵置零](solution/1-99/0073.set-matrix-zeroes/) |
| 82 | + - [74. 搜索二维矩阵](solution/1-99/0074.search-a-2d-matrix/) |
| 83 | + - [75. 颜色分类](solution/1-99/0075.sort-colors/) |
| 84 | + - [76. 最小覆盖子串](solution/1-99/0076.minimum-window-substring/) |
| 85 | + - [77. 组合](solution/1-99/0077.combinations/) |
| 86 | + - [78. 子集](solution/1-99/0078.subsets/) |
| 87 | + - [79. 单词搜索](solution/1-99/0079.word-search/) |
| 88 | + - [80. 删除排序数组中的重复项 ii](solution/1-99/0080.remove-duplicates-from-sorted-array-ii/) |
| 89 | + - [81. 搜索旋转排序数组 ii](solution/1-99/0081.search-in-rotated-sorted-array-ii/) |
| 90 | + - [82. 删除排序链表中的重复元素 ii](solution/1-99/0082.remove-duplicates-from-sorted-list-ii/) |
| 91 | + - [83. 删除排序链表中的重复元素 ✅](solution/1-99/0083.remove-duplicates-from-sorted-list/) |
| 92 | + - [84. 柱状图中最大的矩形](solution/1-99/0084.largest-rectangle-in-histogram/) |
| 93 | + - [85. 最大矩形](solution/1-99/0085.maximal-rectangle/) |
| 94 | + - [86. 分隔链表](solution/1-99/0086.partition-list/) |
| 95 | + - [87. 扰乱字符串](solution/1-99/0087.scramble-string/) |
| 96 | + - [88. 合并两个有序数组 ✅](solution/1-99/0088.merge-sorted-array/) |
| 97 | + - [89. 格雷编码](solution/1-99/0089.gray-code/) |
| 98 | + - [90. 子集 ii](solution/1-99/0090.subsets-ii/) |
| 99 | + - [91. 解码方法](solution/1-99/0091.decode-ways/) |
| 100 | + - [92. 反转链表 ii](solution/1-99/0092.reverse-linked-list-ii/) |
| 101 | + - [93. 复原ip地址](solution/1-99/0093.restore-ip-addresses/) |
| 102 | + - [94. 二叉树的中序遍历](solution/1-99/0094.binary-tree-inorder-traversal/) |
| 103 | + - [95. 不同的二叉搜索树 ii](solution/1-99/0095.unique-binary-search-trees-ii/) |
| 104 | + - [96. 不同的二叉搜索树](solution/1-99/0096.unique-binary-search-trees/) |
| 105 | + - [97. 交错字符串](solution/1-99/0097.interleaving-string/) |
| 106 | + - [98. 验证二叉搜索树](solution/1-99/0098.validate-binary-search-tree/) |
| 107 | + - [99. 恢复二叉搜索树](solution/1-99/0099.recover-binary-search-tree/) |
| 108 | + |
| 109 | + |
| 110 | + |
| 111 | + |
| 112 | + |
| 113 | + |
| 114 | + |
| 115 | + |
| 116 | + |
0 commit comments