|
1 | 1 | |题目|出现次数|链接|
|
2 | 2 | |-|-|-|
|
3 |
| -|3. 无重复字符的最长子串|14|https://leetcode-cn.com/problems/longest-substring-without-repeating-characters| |
| 3 | +|3. 无重复字符的最长子串|16|https://leetcode-cn.com/problems/longest-substring-without-repeating-characters| |
4 | 4 | |20. 有效的括号|8|https://leetcode-cn.com/problems/valid-parentheses|
|
| 5 | +|169. 多数元素|7|https://leetcode-cn.com/problems/majority-element| |
5 | 6 | |206. 反转链表|6|https://leetcode-cn.com/problems/reverse-linked-list|
|
6 |
| -|169. 多数元素|6|https://leetcode-cn.com/problems/majority-element| |
| 7 | +|1. 两数之和|5|https://leetcode-cn.com/problems/two-sum| |
7 | 8 | |415. 字符串相加|5|https://leetcode-cn.com/problems/add-strings|
|
8 | 9 | |78. 子集|5|https://leetcode-cn.com/problems/subsets|
|
9 |
| -|1. 两数之和|5|https://leetcode-cn.com/problems/two-sum| |
10 | 10 | |70. 爬楼梯|4|https://leetcode-cn.com/problems/climbing-stairs|
|
11 | 11 | |94. 二叉树的中序遍历|4|https://leetcode-cn.com/problems/binary-tree-inorder-traversal|
|
12 | 12 | |25. K 个一组翻转链表|4|https://leetcode-cn.com/problems/reverse-nodes-in-k-group|
|
| 13 | +|1143. 最长公共子序列|4|https://leetcode-cn.com/problems/longest-common-subsequence| |
13 | 14 | |64. 最小路径和|4|https://leetcode-cn.com/problems/minimum-path-sum|
|
14 | 15 | |239. 滑动窗口最大值|3|https://leetcode-cn.com/problems/sliding-window-maximum|
|
15 | 16 | |剑指 Offer 61. 扑克牌中的顺子|3|https://leetcode-cn.com/problems/bu-ke-pai-zhong-de-shun-zi-lcof|
|
16 | 17 | |110. 平衡二叉树|3|https://leetcode-cn.com/problems/balanced-binary-tree|
|
17 | 18 | |62. 不同路径|3|https://leetcode-cn.com/problems/unique-paths|
|
| 19 | +|15. 三数之和|3|https://leetcode-cn.com/problems/3sum| |
| 20 | +|468. 验证IP地址|3|https://leetcode-cn.com/problems/validate-ip-address| |
| 21 | +|146. LRU缓存机制|2|https://leetcode-cn.com/problems/lru-cache| |
18 | 22 | |83. 删除排序链表中的重复元素|2|https://leetcode-cn.com/problems/remove-duplicates-from-sorted-list|
|
19 | 23 | |14. 最长公共前缀|2|https://leetcode-cn.com/problems/longest-common-prefix|
|
| 24 | +|704. 二分查找|2|https://leetcode-cn.com/problems/binary-search| |
20 | 25 | |88. 合并两个有序数组|2|https://leetcode-cn.com/problems/merge-sorted-array|
|
21 | 26 | |42. 接雨水|2|https://leetcode-cn.com/problems/trapping-rain-water|
|
22 | 27 | |39. 组合总和|2|https://leetcode-cn.com/problems/combination-sum|
|
23 | 28 | |142. 环形链表 II|2|https://leetcode-cn.com/problems/linked-list-cycle-ii|
|
24 | 29 | |268. 缺失数字|2|https://leetcode-cn.com/problems/missing-number|
|
| 30 | +|160. 相交链表|2|https://leetcode-cn.com/problems/intersection-of-two-linked-lists| |
25 | 31 | |543. 二叉树的直径|2|https://leetcode-cn.com/problems/diameter-of-binary-tree|
|
| 32 | +|32. 最长有效括号|2|https://leetcode-cn.com/problems/longest-valid-parentheses| |
26 | 33 | |141. 环形链表|2|https://leetcode-cn.com/problems/linked-list-cycle|
|
27 |
| -|15. 三数之和|2|https://leetcode-cn.com/problems/3sum| |
28 | 34 | |125. 验证回文串|2|https://leetcode-cn.com/problems/valid-palindrome|
|
29 |
| -|26. 删除排序数组中的重复项|2|https://leetcode-cn.com/problems/remove-duplicates-from-sorted-array| |
30 | 35 | |242. 有效的字母异位词|2|https://leetcode-cn.com/problems/valid-anagram|
|
31 | 36 | |179. 最大数|2|https://leetcode-cn.com/problems/largest-number|
|
| 37 | +|26. 删除排序数组中的重复项|2|https://leetcode-cn.com/problems/remove-duplicates-from-sorted-array| |
32 | 38 | |5. 最长回文子串|2|https://leetcode-cn.com/problems/longest-palindromic-substring|
|
33 |
| -|468. 验证IP地址|2|https://leetcode-cn.com/problems/validate-ip-address| |
34 |
| -|146. LRU缓存机制|2|https://leetcode-cn.com/problems/lru-cache| |
| 39 | +|718. 最长重复子数组|2|https://leetcode-cn.com/problems/maximum-length-of-repeated-subarray| |
| 40 | +|剑指 Offer 22. 链表中倒数第k个节点|1|https://leetcode-cn.com/problems/lian-biao-zhong-dao-shu-di-kge-jie-dian-lcof| |
| 41 | +|51. N皇后|1|https://leetcode-cn.com/problems/n-queens| |
| 42 | +|236. 二叉树的最近公共祖先|1|https://leetcode-cn.com/problems/lowest-common-ancestor-of-a-binary-tree| |
| 43 | +|240. 搜索二维矩阵 II|1|https://leetcode-cn.com/problems/search-a-2d-matrix-ii| |
| 44 | +|121. 买卖股票的最佳时机|1|https://leetcode-cn.com/problems/best-time-to-buy-and-sell-stock| |
| 45 | +|113. 路径总和 II|1|https://leetcode-cn.com/problems/path-sum-ii| |
| 46 | +|122. 买卖股票的最佳时机 II|1|https://leetcode-cn.com/problems/best-time-to-buy-and-sell-stock-ii| |
| 47 | +|41. 缺失的第一个正数|1|https://leetcode-cn.com/problems/first-missing-positive| |
| 48 | +|557. 反转字符串中的单词 III|1|https://leetcode-cn.com/problems/reverse-words-in-a-string-iii| |
35 | 49 | |200. 岛屿数量|1|https://leetcode-cn.com/problems/number-of-islands|
|
36 | 50 | |49. 字母异位词分组|1|https://leetcode-cn.com/problems/group-anagrams|
|
37 |
| -|704. 二分查找|1|https://leetcode-cn.com/problems/binary-search| |
38 | 51 | |198. 打家劫舍|1|https://leetcode-cn.com/problems/house-robber|
|
39 | 52 | |151. 翻转字符串里的单词|1|https://leetcode-cn.com/problems/reverse-words-in-a-string|
|
40 | 53 | |53. 最大子序和|1|https://leetcode-cn.com/problems/maximum-subarray|
|
| 54 | +|103. 二叉树的锯齿形层次遍历|1|https://leetcode-cn.com/problems/binary-tree-zigzag-level-order-traversal| |
41 | 55 | |862. 和至少为 K 的最短子数组|1|https://leetcode-cn.com/problems/shortest-subarray-with-sum-at-least-k|
|
42 |
| -|215. 数组中的第K个最大元素|1|https://leetcode-cn.com/problems/kth-largest-element-in-an-array| |
43 |
| -|97. 交错字符串|1|https://leetcode-cn.com/problems/interleaving-string| |
44 | 56 | |21. 合并两个有序链表|1|https://leetcode-cn.com/problems/merge-two-sorted-lists|
|
45 | 57 | |剑指 Offer 39. 数组中出现次数超过一半的数字|1|https://leetcode-cn.com/problems/shu-zu-zhong-chu-xian-ci-shu-chao-guo-yi-ban-de-shu-zi-lcof|
|
46 |
| -|162. 寻找峰值|1|https://leetcode-cn.com/problems/find-peak-element| |
| 58 | +|215. 数组中的第K个最大元素|1|https://leetcode-cn.com/problems/kth-largest-element-in-an-array| |
| 59 | +|97. 交错字符串|1|https://leetcode-cn.com/problems/interleaving-string| |
47 | 60 | |154. 寻找旋转排序数组中的最小值 II|1|https://leetcode-cn.com/problems/find-minimum-in-rotated-sorted-array-ii|
|
48 |
| -|1143. 最长公共子序列|1|https://leetcode-cn.com/problems/longest-common-subsequence| |
| 61 | +|162. 寻找峰值|1|https://leetcode-cn.com/problems/find-peak-element| |
| 62 | +|958. 二叉树的完全性检验|1|https://leetcode-cn.com/problems/check-completeness-of-a-binary-tree| |
49 | 63 | |405. 数字转换为十六进制数|1|https://leetcode-cn.com/problems/convert-a-number-to-hexadecimal|
|
50 |
| -|232. 用栈实现队列|1|https://leetcode-cn.com/problems/implement-queue-using-stacks| |
51 | 64 | |31. 下一个排列|1|https://leetcode-cn.com/problems/next-permutation|
|
52 | 65 | |350. 两个数组的交集 II|1|https://leetcode-cn.com/problems/intersection-of-two-arrays-ii|
|
53 |
| -|160. 相交链表|1|https://leetcode-cn.com/problems/intersection-of-two-linked-lists| |
54 |
| -|32. 最长有效括号|1|https://leetcode-cn.com/problems/longest-valid-parentheses| |
| 66 | +|232. 用栈实现队列|1|https://leetcode-cn.com/problems/implement-queue-using-stacks| |
55 | 67 | |224. 基本计算器|1|https://leetcode-cn.com/problems/basic-calculator|
|
56 | 68 | |1201. 丑数 III|1|https://leetcode-cn.com/problems/ugly-number-iii|
|
57 | 69 | |680. 验证回文字符串 Ⅱ|1|https://leetcode-cn.com/problems/valid-palindrome-ii|
|
| 70 | +|补充题1. 排序奇升偶降链表|1|https://zhuanlan.zhihu.com/p/311113031| |
58 | 71 | |344. 反转字符串|1|https://leetcode-cn.com/problems/reverse-string|
|
59 | 72 | |9. 回文数|1|https://leetcode-cn.com/problems/palindrome-number|
|
| 73 | +|剑指 Offer 10- II. 青蛙跳台阶问题|1|https://leetcode-cn.com/problems/qing-wa-tiao-tai-jie-wen-ti-lcof| |
60 | 74 | |796. 旋转字符串|1|https://leetcode-cn.com/problems/rotate-string|
|
61 |
| -|234. 回文链表|1|https://leetcode-cn.com/problems/palindrome-linked-list| |
62 | 75 | |124. 二叉树中的最大路径和|1|https://leetcode-cn.com/problems/binary-tree-maximum-path-sum|
|
63 | 76 | |剑指 Offer 21. 调整数组顺序使奇数位于偶数前面|1|https://leetcode-cn.com/problems/diao-zheng-shu-zu-shun-xu-shi-qi-shu-wei-yu-ou-shu-qian-mian-lcof|
|
64 |
| -|498. 对角线遍历|1|https://leetcode-cn.com/problems/diagonal-traverse| |
| 77 | +|234. 回文链表|1|https://leetcode-cn.com/problems/palindrome-linked-list| |
65 | 78 | |443. 压缩字符串|1|https://leetcode-cn.com/problems/string-compression|
|
66 | 79 | |19. 删除链表的倒数第N个节点|1|https://leetcode-cn.com/problems/remove-nth-node-from-end-of-list|
|
67 |
| -|79. 单词搜索|1|https://leetcode-cn.com/problems/word-search| |
| 80 | +|498. 对角线遍历|1|https://leetcode-cn.com/problems/diagonal-traverse| |
68 | 81 | |300. 最长上升子序列|1|https://leetcode-cn.com/problems/longest-increasing-subsequence|
|
| 82 | +|22. 括号生成|1|https://leetcode-cn.com/problems/generate-parentheses| |
69 | 83 | |76. 最小覆盖子串|1|https://leetcode-cn.com/problems/minimum-window-substring|
|
70 |
| -|240. 搜索二维矩阵 II|1|https://leetcode-cn.com/problems/search-a-2d-matrix-ii| |
71 |
| -|121. 买卖股票的最佳时机|1|https://leetcode-cn.com/problems/best-time-to-buy-and-sell-stock| |
72 |
| -|剑指 Offer 22. 链表中倒数第k个节点|1|https://leetcode-cn.com/problems/lian-biao-zhong-dao-shu-di-kge-jie-dian-lcof| |
73 |
| -|51. N皇后|1|https://leetcode-cn.com/problems/n-queens| |
74 |
| -|236. 二叉树的最近公共祖先|1|https://leetcode-cn.com/problems/lowest-common-ancestor-of-a-binary-tree| |
75 |
| -|41. 缺失的第一个正数|1|https://leetcode-cn.com/problems/first-missing-positive| |
76 |
| -|113. 路径总和 II|1|https://leetcode-cn.com/problems/path-sum-ii| |
77 |
| -|122. 买卖股票的最佳时机 II|1|https://leetcode-cn.com/problems/best-time-to-buy-and-sell-stock-ii| |
| 84 | +|79. 单词搜索|1|https://leetcode-cn.com/problems/word-search| |
0 commit comments