|
1 |
| -客户端 |
| 1 | +# 客户端 |
| 2 | + |
2 | 3 | |题目|出现次数|链接|
|
3 | 4 | |-|-|-|
|
4 | 5 | |206. 反转链表|6|https://leetcode-cn.com/problems/reverse-linked-list|
|
5 | 6 | |142. 环形链表 II|3|https://leetcode-cn.com/problems/linked-list-cycle-ii|
|
6 |
| -|剑指 Offer 21. 调整数组顺序使奇数位于偶数前面|2|https://leetcode-cn.com/problems/diao-zheng-shu-zu-shun-xu-shi-qi-shu-wei-yu-ou-shu-qian-mian-lcof| |
7 |
| -|102. 二叉树的层序遍历|2|https://leetcode-cn.com/problems/binary-tree-level-order-traversal| |
8 |
| -|704. 二分查找|2|https://leetcode-cn.com/problems/binary-search| |
9 | 7 | |21. 合并两个有序链表|2|https://leetcode-cn.com/problems/merge-two-sorted-lists|
|
10 | 8 | |78. 子集|2|https://leetcode-cn.com/problems/subsets|
|
11 | 9 | |103. 二叉树的锯齿形层次遍历|2|https://leetcode-cn.com/problems/binary-tree-zigzag-level-order-traversal|
|
12 | 10 | |144. 二叉树的前序遍历|2|https://leetcode-cn.com/problems/binary-tree-preorder-traversal|
|
13 | 11 | |110. 平衡二叉树|2|https://leetcode-cn.com/problems/balanced-binary-tree|
|
14 |
| -|69. x 的平方根|1|https://leetcode-cn.com/problems/sqrtx| |
15 |
| -|补充题7. 最长公共子串|1|| |
16 |
| -|24. 两两交换链表中的节点|1|https://leetcode-cn.com/problems/swap-nodes-in-pairs| |
17 |
| -|146. LRU缓存机制|1|https://leetcode-cn.com/problems/lru-cache| |
18 |
| -|剑指 Offer 64. 求1+2+…+n|1|https://leetcode-cn.com/problems/qiu-12n-lcof| |
19 |
| -|70. 爬楼梯|1|https://leetcode-cn.com/problems/climbing-stairs| |
20 |
| -|剑指 Offer 24. 反转链表|1|https://leetcode-cn.com/problems/fan-zhuan-lian-biao-lcof| |
21 |
| -|232. 用栈实现队列|1|https://leetcode-cn.com/problems/implement-queue-using-stacks| |
22 |
| -|919. 完全二叉树插入器|1|https://leetcode-cn.com/problems/complete-binary-tree-inserter| |
23 |
| -|19. 删除链表的倒数第N个节点|1|https://leetcode-cn.com/problems/remove-nth-node-from-end-of-list| |
24 |
| -|109. 有序链表转换二叉搜索树|1|https://leetcode-cn.com/problems/convert-sorted-list-to-binary-search-tree| |
25 |
| -|53. 最大子序和|1|https://leetcode-cn.com/problems/maximum-subarray| |
26 |
| -|补充题4. 手撕快速排序|1|| |
| 12 | +|剑指 Offer 21. 调整数组顺序使奇数位于偶数前面|2|https://leetcode-cn.com/problems/diao-zheng-shu-zu-shun-xu-shi-qi-shu-wei-yu-ou-shu-qian-mian-lcof| |
| 13 | +|102. 二叉树的层序遍历|2|https://leetcode-cn.com/problems/binary-tree-level-order-traversal| |
| 14 | +|704. 二分查找|2|https://leetcode-cn.com/problems/binary-search| |
27 | 15 | |300. 最长上升子序列|1|https://leetcode-cn.com/problems/longest-increasing-subsequence|
|
28 | 16 | |121. 买卖股票的最佳时机|1|https://leetcode-cn.com/problems/best-time-to-buy-and-sell-stock|
|
29 | 17 | |1. 两数之和|1|https://leetcode-cn.com/problems/two-sum|
|
| 18 | +|283. 移动零|1|https://leetcode-cn.com/problems/move-zeroes| |
30 | 19 | |415. 字符串相加|1|https://leetcode-cn.com/problems/add-strings|
|
31 | 20 | |200. 岛屿数量|1|https://leetcode-cn.com/problems/number-of-islands|
|
32 | 21 | |3. 无重复字符的最长子串|1|https://leetcode-cn.com/problems/longest-substring-without-repeating-characters|
|
|
36 | 25 | |189. 旋转数组|1|https://leetcode-cn.com/problems/rotate-array|
|
37 | 26 | |459. 重复的子字符串|1|https://leetcode-cn.com/problems/repeated-substring-pattern|
|
38 | 27 | |129. 求根到叶子节点数字之和|1|https://leetcode-cn.com/problems/sum-root-to-leaf-numbers|
|
39 |
| -|312. 戳气球|1|https://leetcode-cn.com/problems/burst-balloons| |
| 28 | +|312. 戳气球|1|https://leetcode-cn.com/problems/burst-balloons| |
| 29 | +|69. x 的平方根|1|https://leetcode-cn.com/problems/sqrtx| |
| 30 | +|718. 最长重复子数组|1|https://leetcode-cn.com/problems/maximum-length-of-repeated-subarray| |
| 31 | +|24. 两两交换链表中的节点|1|https://leetcode-cn.com/problems/swap-nodes-in-pairs| |
| 32 | +|146. LRU缓存机制|1|https://leetcode-cn.com/problems/lru-cache| |
| 33 | +|剑指 Offer 64. 求1+2+…+n|1|https://leetcode-cn.com/problems/qiu-12n-lcof| |
| 34 | +|70. 爬楼梯|1|https://leetcode-cn.com/problems/climbing-stairs| |
| 35 | +|剑指 Offer 24. 反转链表|1|https://leetcode-cn.com/problems/fan-zhuan-lian-biao-lcof| |
| 36 | +|232. 用栈实现队列|1|https://leetcode-cn.com/problems/implement-queue-using-stacks| |
| 37 | +|919. 完全二叉树插入器|1|https://leetcode-cn.com/problems/complete-binary-tree-inserter| |
| 38 | +|19. 删除链表的倒数第N个节点|1|https://leetcode-cn.com/problems/remove-nth-node-from-end-of-list| |
| 39 | +|109. 有序链表转换二叉搜索树|1|https://leetcode-cn.com/problems/convert-sorted-list-to-binary-search-tree| |
| 40 | +|104. 二叉树的最大深度|1|https://leetcode-cn.com/problems/maximum-depth-of-binary-tree| |
| 41 | +|53. 最大子序和|1|https://leetcode-cn.com/problems/maximum-subarray| |
| 42 | +|补充题4. 手撕快速排序|1|| |
0 commit comments