Skip to content

Commit bacad06

Browse files
committed
新增美团面经(8.15~3.5号)
1 parent b602201 commit bacad06

File tree

9 files changed

+303
-5
lines changed

9 files changed

+303
-5
lines changed

README.md

Lines changed: 27 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,39 @@
11
# LeetcodeTop
2-
本仓库用于汇总互联网公司技术岗考察leetcode题目的热度:fire:,帮助同学们更加有针对性地准备面试。
2+
本仓库用于汇总互联网公司技术岗考察Leetcode题目的热度:fire:,帮助同学们更加有针对性地准备面试。
33

44
**为方便大家高效检索题目,推出CodeTop网站,支持公司+部门+岗位自由组合查询**[https://codetop.cc](https://codetop.cc)
55

6-
:loudspeaker: [2021.02.20] 我的好友龙哥目前建了个开源免费的内推项目[AwesomeJob](https://github.com/Dikea/AwesomeJob),致力于帮助学生找到实习、校招内推机会,帮助企业员工找到合适的实习生、校招生,减少信息隔阂,欢迎Star⭐
6+
相对于力扣官方企业题库,CodeTop有以下优点
77

8-
:speech_balloon:面试交流:想加入面试交流群的可以扫码加入。若群满员或二维码过期,请在「一个搬砖的胖子」公众号点击「加交流群」,添加我的微信后即被拉群
8+
1. 免费开放:汇总的高频题目免费分享给大家
9+
2. 分类精细:按公司、部门<sup>1</sup>、岗位进行分类,方便大家更针对性地准备面试
10+
3. 题源可靠:全网收录题目考察情况<sup>2</sup>,渠道不限于牛客、CSDN博客、热心网友分享等
11+
4. 本土特色:汇总办公地位于中国大陆的互联网企业
912

10-
![互联网求职交流群](https://i.ibb.co/6tcJJ7p/1612232327-1.png)
13+
注1:若想按部门查询题目,请在[CodeTop网站](http://codetop.cc)或CodeTop小程序查看<br>
14+
注2:为保证数据真实可信,[issues](https://github.com/afatcoder/LeetcodeTop/issues)中会声名了所有涉及的原文链接
15+
16+
:speech_balloon:面试交流:若想加大厂面试交流群,请在「一个搬砖的胖子」公众号点击「加交流群」,添加我的微信后即被拉群
17+
18+
![公众号:一个搬砖的胖子](https://github.com/afatcoder/LeetcodeTop/blob/master/img/wechat.png)
19+
20+
:link:友情链接:我的好友龙哥目前建了个开源免费的内推项目[AwesomeJob](https://github.com/Dikea/AwesomeJob),致力于帮助学生找到实习、校招内推机会,帮助企业员工找到合适的实习生、校招生,减少信息隔阂,欢迎Star⭐
1121

1222
:information_source:数据来源:牛客网笔经面经,题目的原始文章链接已放在[issues](https://github.com/afatcoder/LeetcodeTop/issues)
1323

14-
:warning:若转载本文章,需注明本仓库地址哦
24+
:warning:若转载文章,需注明本仓库地址
25+
26+
## 美团(牛客2020.8.15~牛客2021.3.5号面经)
27+
<details>
28+
<summary>按岗位分类</summary>
29+
30+
- [后端](https://github.com/afatcoder/LeetcodeTop/blob/master/meituan/backend.md)
31+
- [算法](https://github.com/afatcoder/LeetcodeTop/blob/master/meituan/algorithm.md)
32+
- [客户端](https://github.com/afatcoder/LeetcodeTop/blob/master/meituan/client.md)
33+
- [前端](https://github.com/afatcoder/LeetcodeTop/blob/master/meituan/frontend.md)
34+
- [测试](https://github.com/afatcoder/LeetcodeTop/blob/master/meituan/test.md)
35+
- [数据开发](https://github.com/afatcoder/LeetcodeTop/blob/master/meituan/data.md)
36+
</details>
1537

1638
## 猿辅导(更新至牛客3.5日的面经)
1739
<details>

img/leetcodetop.png

-61 KB
Binary file not shown.

img/wechat.png

300 KB
Loading

meituan/algorithm.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# 算法
2+
若想按部门/难度/题型筛选题目,请进入[CodeTop](https://codetop.cc)查询
3+
|题目|出现次数|链接|
4+
|-|-|-|
5+
|121. 买卖股票的最佳时机|2|https://leetcode-cn.com/problems/best-time-to-buy-and-sell-stock|
6+
|128. 最长连续序列|2|https://leetcode-cn.com/problems/longest-consecutive-sequence|
7+
|补充题4. 手撕快速排序|2||
8+
|剑指 Offer 65. 不用加减乘除做加法|2|https://leetcode-cn.com/problems/bu-yong-jia-jian-cheng-chu-zuo-jia-fa-lcof|
9+
|15. 三数之和|1|https://leetcode-cn.com/problems/3sum|
10+
|39. 组合总和|1|https://leetcode-cn.com/problems/combination-sum|
11+
|73. 矩阵置零|1|https://leetcode-cn.com/problems/set-matrix-zeroes|
12+
|718. 最长重复子数组|1|https://leetcode-cn.com/problems/maximum-length-of-repeated-subarray|
13+
|剑指 Offer 22. 链表中倒数第k个节点|1|https://leetcode-cn.com/problems/lian-biao-zhong-dao-shu-di-kge-jie-dian-lcof|
14+
|695. 岛屿的最大面积|1|https://leetcode-cn.com/problems/max-area-of-island|
15+
|2. 两数相加|1|https://leetcode-cn.com/problems/add-two-numbers|
16+
|面试题 17.24. 最大子矩阵|1|https://leetcode-cn.com/problems/max-submatrix-lcci|
17+
|226. 翻转二叉树|1|https://leetcode-cn.com/problems/invert-binary-tree|
18+
|146. LRU缓存机制|1|https://leetcode-cn.com/problems/lru-cache|
19+
|300. 最长上升子序列|1|https://leetcode-cn.com/problems/longest-increasing-subsequence|
20+
|剑指 Offer 40. 最小的k个数|1|https://leetcode-cn.com/problems/zui-xiao-de-kge-shu-lcof|
21+
|215. 数组中的第K个最大元素|1|https://leetcode-cn.com/problems/kth-largest-element-in-an-array|

meituan/backend.md

Lines changed: 113 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,113 @@
1+
# 后端
2+
若想按部门/难度/题型筛选题目,请进入[CodeTop](https://codetop.cc)查询
3+
|题目|出现次数|链接|
4+
|-|-|-|
5+
|206. 反转链表|10|https://leetcode-cn.com/problems/reverse-linked-list|
6+
|补充题4. 手撕快速排序|6||
7+
|8. 字符串转换整数 (atoi)|5|https://leetcode-cn.com/problems/string-to-integer-atoi|
8+
|剑指 Offer 22. 链表中倒数第k个节点|4|https://leetcode-cn.com/problems/lian-biao-zhong-dao-shu-di-kge-jie-dian-lcof|
9+
|144. 二叉树的前序遍历|4|https://leetcode-cn.com/problems/binary-tree-preorder-traversal|
10+
|88. 合并两个有序数组|4|https://leetcode-cn.com/problems/merge-sorted-array|
11+
|5. 最长回文子串|3|https://leetcode-cn.com/problems/longest-palindromic-substring|
12+
|110. 平衡二叉树|3|https://leetcode-cn.com/problems/balanced-binary-tree|
13+
|25. K 个一组翻转链表|3|https://leetcode-cn.com/problems/reverse-nodes-in-k-group|
14+
|415. 字符串相加|3|https://leetcode-cn.com/problems/add-strings|
15+
|102. 二叉树的层序遍历|3|https://leetcode-cn.com/problems/binary-tree-level-order-traversal|
16+
|718. 最长重复子数组|3|https://leetcode-cn.com/problems/maximum-length-of-repeated-subarray|
17+
|236. 二叉树的最近公共祖先|3|https://leetcode-cn.com/problems/lowest-common-ancestor-of-a-binary-tree|
18+
|232. 用栈实现队列|3|https://leetcode-cn.com/problems/implement-queue-using-stacks|
19+
|146. LRU缓存机制|3|https://leetcode-cn.com/problems/lru-cache|
20+
|498. 对角线遍历|2|https://leetcode-cn.com/problems/diagonal-traverse|
21+
|160. 相交链表|2|https://leetcode-cn.com/problems/intersection-of-two-linked-lists|
22+
|剑指 Offer 62. 圆圈中最后剩下的数字|2|https://leetcode-cn.com/problems/yuan-quan-zhong-zui-hou-sheng-xia-de-shu-zi-lcof|
23+
|687. 最长同值路径|2|https://leetcode-cn.com/problems/longest-univalue-path|
24+
|142. 环形链表 II|2|https://leetcode-cn.com/problems/linked-list-cycle-ii|
25+
|69. x 的平方根|2|https://leetcode-cn.com/problems/sqrtx|
26+
|234. 回文链表|2|https://leetcode-cn.com/problems/palindrome-linked-list|
27+
|7. 整数反转|2|https://leetcode-cn.com/problems/reverse-integer|
28+
|199. 二叉树的右视图|2|https://leetcode-cn.com/problems/binary-tree-right-side-view|
29+
|53. 最大子序和|2|https://leetcode-cn.com/problems/maximum-subarray|
30+
|226. 翻转二叉树|2|https://leetcode-cn.com/problems/invert-binary-tree|
31+
|82. 删除排序链表中的重复元素 II|2|https://leetcode-cn.com/problems/remove-duplicates-from-sorted-list-ii|
32+
|143. 重排链表|2|https://leetcode-cn.com/problems/reorder-list|
33+
|468. 验证IP地址|2|https://leetcode-cn.com/problems/validate-ip-address|
34+
|33. 搜索旋转排序数组|2|https://leetcode-cn.com/problems/search-in-rotated-sorted-array|
35+
|704. 二分查找|2|https://leetcode-cn.com/problems/binary-search|
36+
|92. 反转链表 II|2|https://leetcode-cn.com/problems/reverse-linked-list-ii|
37+
|补充题5. 手撕归并排序|2||
38+
|34. 在排序数组中查找元素的第一个和最后一个位置|2|https://leetcode-cn.com/problems/find-first-and-last-position-of-element-in-sorted-array|
39+
|93. 复原IP地址|2|https://leetcode-cn.com/problems/restore-ip-addresses|
40+
|剑指 Offer 36. 二叉搜索树与双向链表|2|https://leetcode-cn.com/problems/er-cha-sou-suo-shu-yu-shuang-xiang-lian-biao-lcof|
41+
|2. 两数相加|2|https://leetcode-cn.com/problems/add-two-numbers|
42+
|215. 数组中的第K个最大元素|2|https://leetcode-cn.com/problems/kth-largest-element-in-an-array|
43+
|384. 打乱数组|2|https://leetcode-cn.com/problems/shuffle-an-array|
44+
|300. 最长上升子序列|2|https://leetcode-cn.com/problems/longest-increasing-subsequence|
45+
|1. 两数之和|2|https://leetcode-cn.com/problems/two-sum|
46+
|141. 环形链表|1|https://leetcode-cn.com/problems/linked-list-cycle|
47+
|155. 最小栈|1|https://leetcode-cn.com/problems/min-stack|
48+
|1044. 最长重复子串|1|https://leetcode-cn.com/problems/longest-duplicate-substring|
49+
|105. 从前序与中序遍历序列构造二叉树|1|https://leetcode-cn.com/problems/construct-binary-tree-from-preorder-and-inorder-traversal|
50+
|113. 路径总和 II|1|https://leetcode-cn.com/problems/path-sum-ii|
51+
|450. 删除二叉搜索树中的节点|1|https://leetcode-cn.com/problems/delete-node-in-a-bst|
52+
|1095. 山脉数组中查找目标值|1|https://leetcode-cn.com/problems/find-in-mountain-array|
53+
|剑指 Offer 09. 用两个栈实现队列|1|https://leetcode-cn.com/problems/yong-liang-ge-zhan-shi-xian-dui-lie-lcof|
54+
|138. 复制带随机指针的链表|1|https://leetcode-cn.com/problems/copy-list-with-random-pointer|
55+
|60. 第k个排列|1|https://leetcode-cn.com/problems/permutation-sequence|
56+
|补充题6. 手撕堆排序|1||
57+
|268. 缺失数字|1|https://leetcode-cn.com/problems/missing-number|
58+
|55. 跳跃游戏|1|https://leetcode-cn.com/problems/jump-game|
59+
|518. 零钱兑换 II|1|https://leetcode-cn.com/problems/coin-change-2|
60+
|43. 字符串相乘|1|https://leetcode-cn.com/problems/multiply-strings|
61+
|94. 二叉树的中序遍历|1|https://leetcode-cn.com/problems/binary-tree-inorder-traversal|
62+
|62. 不同路径|1|https://leetcode-cn.com/problems/unique-paths|
63+
|54. 螺旋矩阵|1|https://leetcode-cn.com/problems/spiral-matrix|
64+
|198. 打家劫舍|1|https://leetcode-cn.com/problems/house-robber|
65+
|191. 位1的个数|1|https://leetcode-cn.com/problems/number-of-1-bits|
66+
|169. 多数元素|1|https://leetcode-cn.com/problems/majority-element|
67+
|64. 最小路径和|1|https://leetcode-cn.com/problems/minimum-path-sum|
68+
|179. 最大数|1|https://leetcode-cn.com/problems/largest-number|
69+
|679. 24 点游戏|1|https://leetcode-cn.com/problems/24-game|
70+
|42. 接雨水|1|https://leetcode-cn.com/problems/trapping-rain-water|
71+
|203. 移除链表元素|1|https://leetcode-cn.com/problems/remove-linked-list-elements|
72+
|19. 删除链表的倒数第N个节点|1|https://leetcode-cn.com/problems/remove-nth-node-from-end-of-list|
73+
|153. 寻找旋转排序数组中的最小值|1|https://leetcode-cn.com/problems/find-minimum-in-rotated-sorted-array|
74+
|137. 只出现一次的数字 II|1|https://leetcode-cn.com/problems/single-number-ii|
75+
|26. 删除排序数组中的重复项|1|https://leetcode-cn.com/problems/remove-duplicates-from-sorted-array|
76+
|1245. 树的直径|1|https://leetcode-cn.com/problems/tree-diameter|
77+
|78. 子集|1|https://leetcode-cn.com/problems/subsets|
78+
|958. 二叉树的完全性检验|1|https://leetcode-cn.com/problems/check-completeness-of-a-binary-tree|
79+
|240. 搜索二维矩阵 II|1|https://leetcode-cn.com/problems/search-a-2d-matrix-ii|
80+
|剑指 Offer 58 - I. 翻转单词顺序|1|https://leetcode-cn.com/problems/fan-zhuan-dan-ci-shun-xu-lcof|
81+
|剑指 Offer 53 - I. 在排序数组中查找数字 I|1|https://leetcode-cn.com/problems/zai-pai-xu-shu-zu-zhong-cha-zhao-shu-zi-lcof|
82+
|387. 字符串中的第一个唯一字符|1|https://leetcode-cn.com/problems/first-unique-character-in-a-string|
83+
|剑指 Offer 11. 旋转数组的最小数字|1|https://leetcode-cn.com/problems/xuan-zhuan-shu-zu-de-zui-xiao-shu-zi-lcof|
84+
|132. 分割回文串 II|1|https://leetcode-cn.com/problems/palindrome-partitioning-ii|
85+
|20. 有效的括号|1|https://leetcode-cn.com/problems/valid-parentheses|
86+
|41. 缺失的第一个正数|1|https://leetcode-cn.com/problems/first-missing-positive|
87+
|剑指 Offer 58 - II. 左旋转字符串|1|https://leetcode-cn.com/problems/zuo-xuan-zhuan-zi-fu-chuan-lcof|
88+
|104. 二叉树的最大深度|1|https://leetcode-cn.com/problems/maximum-depth-of-binary-tree|
89+
|124. 二叉树中的最大路径和|1|https://leetcode-cn.com/problems/binary-tree-maximum-path-sum|
90+
|4. 寻找两个正序数组的中位数|1|https://leetcode-cn.com/problems/median-of-two-sorted-arrays|
91+
|9. 回文数|1|https://leetcode-cn.com/problems/palindrome-number|
92+
|617. 合并二叉树|1|https://leetcode-cn.com/problems/merge-two-binary-trees|
93+
|1143. 最长公共子序列|1|https://leetcode-cn.com/problems/longest-common-subsequence|
94+
|剑指 Offer 40. 最小的k个数|1|https://leetcode-cn.com/problems/zui-xiao-de-kge-shu-lcof|
95+
|15. 三数之和|1|https://leetcode-cn.com/problems/3sum|
96+
|剑指 Offer 14- I. 剪绳子|1|https://leetcode-cn.com/problems/jian-sheng-zi-lcof|
97+
|21. 合并两个有序链表|1|https://leetcode-cn.com/problems/merge-two-sorted-lists|
98+
|509. 斐波那契数|1|https://leetcode-cn.com/problems/fibonacci-number|
99+
|108. 将有序数组转换为二叉搜索树|1|https://leetcode-cn.com/problems/convert-sorted-array-to-binary-search-tree|
100+
|31. 下一个排列|1|https://leetcode-cn.com/problems/next-permutation|
101+
|补充题8. 计算数组的小和|1|https://mp.weixin.qq.com/s/0ih4W6nawzFUPSj3GOnYTQ|
102+
|83. 删除排序链表中的重复元素|1|https://leetcode-cn.com/problems/remove-duplicates-from-sorted-list|
103+
|剑指 Offer 45. 把数组排成最小的数|1|https://leetcode-cn.com/problems/ba-shu-zu-pai-cheng-zui-xiao-de-shu-lcof|
104+
|70. 爬楼梯|1|https://leetcode-cn.com/problems/climbing-stairs|
105+
|117. 填充每个节点的下一个右侧节点指针 II|1|https://leetcode-cn.com/problems/populating-next-right-pointers-in-each-node-ii|
106+
|剑指 Offer 10- II. 青蛙跳台阶问题|1|https://leetcode-cn.com/problems/qing-wa-tiao-tai-jie-wen-ti-lcof|
107+
|354. 俄罗斯套娃信封问题|1|https://leetcode-cn.com/problems/russian-doll-envelopes|
108+
|162. 寻找峰值|1|https://leetcode-cn.com/problems/find-peak-element|
109+
|543. 二叉树的直径|1|https://leetcode-cn.com/problems/diameter-of-binary-tree|
110+
|面试题 16.03. 交点|1|https://leetcode-cn.com/problems/intersection-lcci|
111+
|227. 基本计算器 II|1|https://leetcode-cn.com/problems/basic-calculator-ii|
112+
|剑指 Offer 10- I. 斐波那契数列|1|https://leetcode-cn.com/problems/fei-bo-na-qi-shu-lie-lcof|
113+
|59. 螺旋矩阵 II|1|https://leetcode-cn.com/problems/spiral-matrix-ii|

meituan/client.md

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
# 客户端
2+
若想按部门/难度/题型筛选题目,请进入[CodeTop](https://codetop.cc)查询
3+
|题目|出现次数|链接|
4+
|-|-|-|
5+
|142. 环形链表 II|4|https://leetcode-cn.com/problems/linked-list-cycle-ii|
6+
|剑指 Offer 10- I. 斐波那契数列|3|https://leetcode-cn.com/problems/fei-bo-na-qi-shu-lie-lcof|
7+
|补充题4. 手撕快速排序|3||
8+
|206. 反转链表|3|https://leetcode-cn.com/problems/reverse-linked-list|
9+
|剑指 Offer 52. 两个链表的第一个公共节点|2|https://leetcode-cn.com/problems/liang-ge-lian-biao-de-di-yi-ge-gong-gong-jie-dian-lcof|
10+
|46. 全排列|2|https://leetcode-cn.com/problems/permutations|
11+
|236. 二叉树的最近公共祖先|2|https://leetcode-cn.com/problems/lowest-common-ancestor-of-a-binary-tree|
12+
|19. 删除链表的倒数第N个节点|2|https://leetcode-cn.com/problems/remove-nth-node-from-end-of-list|
13+
|141. 环形链表|2|https://leetcode-cn.com/problems/linked-list-cycle|
14+
|155. 最小栈|2|https://leetcode-cn.com/problems/min-stack|
15+
|102. 二叉树的层序遍历|1|https://leetcode-cn.com/problems/binary-tree-level-order-traversal|
16+
|70. 爬楼梯|1|https://leetcode-cn.com/problems/climbing-stairs|
17+
|25. K 个一组翻转链表|1|https://leetcode-cn.com/problems/reverse-nodes-in-k-group|
18+
|199. 二叉树的右视图|1|https://leetcode-cn.com/problems/binary-tree-right-side-view|
19+
|78. 子集|1|https://leetcode-cn.com/problems/subsets|
20+
|4. 寻找两个正序数组的中位数|1|https://leetcode-cn.com/problems/median-of-two-sorted-arrays|
21+
|144. 二叉树的前序遍历|1|https://leetcode-cn.com/problems/binary-tree-preorder-traversal|
22+
|63. 不同路径 II|1|https://leetcode-cn.com/problems/unique-paths-ii|
23+
|225. 用队列实现栈|1|https://leetcode-cn.com/problems/implement-stack-using-queues|
24+
|468. 验证IP地址|1|https://leetcode-cn.com/problems/validate-ip-address|
25+
|151. 翻转字符串里的单词|1|https://leetcode-cn.com/problems/reverse-words-in-a-string|
26+
|121. 买卖股票的最佳时机|1|https://leetcode-cn.com/problems/best-time-to-buy-and-sell-stock|
27+
|21. 合并两个有序链表|1|https://leetcode-cn.com/problems/merge-two-sorted-lists|
28+
|516. 最长回文子序列|1|https://leetcode-cn.com/problems/longest-palindromic-subsequence|
29+
|剑指 Offer 10- II. 青蛙跳台阶问题|1|https://leetcode-cn.com/problems/qing-wa-tiao-tai-jie-wen-ti-lcof|
30+
|7. 整数反转|1|https://leetcode-cn.com/problems/reverse-integer|
31+
|54. 螺旋矩阵|1|https://leetcode-cn.com/problems/spiral-matrix|
32+
|889. 根据前序和后序遍历构造二叉树|1|https://leetcode-cn.com/problems/construct-binary-tree-from-preorder-and-postorder-traversal|
33+
|20. 有效的括号|1|https://leetcode-cn.com/problems/valid-parentheses|
34+
|718. 最长重复子数组|1|https://leetcode-cn.com/problems/maximum-length-of-repeated-subarray|
35+
|1143. 最长公共子序列|1|https://leetcode-cn.com/problems/longest-common-subsequence|
36+
|34. 在排序数组中查找元素的第一个和最后一个位置|1|https://leetcode-cn.com/problems/find-first-and-last-position-of-element-in-sorted-array|
37+
|113. 路径总和 II|1|https://leetcode-cn.com/problems/path-sum-ii|
38+
|剑指 Offer 40. 最小的k个数|1|https://leetcode-cn.com/problems/zui-xiao-de-kge-shu-lcof|
39+
|53. 最大子序和|1|https://leetcode-cn.com/problems/maximum-subarray|
40+
|62. 不同路径|1|https://leetcode-cn.com/problems/unique-paths|
41+
|312. 戳气球|1|https://leetcode-cn.com/problems/burst-balloons|
42+
|234. 回文链表|1|https://leetcode-cn.com/problems/palindrome-linked-list|
43+
|69. x 的平方根|1|https://leetcode-cn.com/problems/sqrtx|
44+
|559. N叉树的最大深度|1|https://leetcode-cn.com/problems/maximum-depth-of-n-ary-tree|
45+
|300. 最长上升子序列|1|https://leetcode-cn.com/problems/longest-increasing-subsequence|
46+
|232. 用栈实现队列|1|https://leetcode-cn.com/problems/implement-queue-using-stacks|
47+
|146. LRU缓存机制|1|https://leetcode-cn.com/problems/lru-cache|
48+
|88. 合并两个有序数组|1|https://leetcode-cn.com/problems/merge-sorted-array|
49+
|160. 相交链表|1|https://leetcode-cn.com/problems/intersection-of-two-linked-lists|

meituan/data.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# 数据研发
2+
若想按部门/难度/题型筛选题目,请进入[CodeTop](https://codetop.cc)查询
3+
|题目|出现次数|链接|
4+
|-|-|-|
5+
|补充题4. 手撕快速排序|2||
6+
|剑指 Offer 22. 链表中倒数第k个节点|1|https://leetcode-cn.com/problems/lian-biao-zhong-dao-shu-di-kge-jie-dian-lcof|
7+
|15. 三数之和|1|https://leetcode-cn.com/problems/3sum|
8+
|239. 滑动窗口最大值|1|https://leetcode-cn.com/problems/sliding-window-maximum|
9+
|20. 有效的括号|1|https://leetcode-cn.com/problems/valid-parentheses|
10+
|155. 最小栈|1|https://leetcode-cn.com/problems/min-stack|
11+
|54. 螺旋矩阵|1|https://leetcode-cn.com/problems/spiral-matrix|
12+
|21. 合并两个有序链表|1|https://leetcode-cn.com/problems/merge-two-sorted-lists|
13+
|215. 数组中的第K个最大元素|1|https://leetcode-cn.com/problems/kth-largest-element-in-an-array|
14+
|53. 最大子序和|1|https://leetcode-cn.com/problems/maximum-subarray|

0 commit comments

Comments
 (0)