Skip to content

Commit 6107765

Browse files
authored
Merge pull request #1 from afatcoder/master
update
2 parents b602201 + 303e514 commit 6107765

29 files changed

+2158
-741
lines changed

README.md

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

4-
**为方便大家高效检索题目,推出CodeTop网站,支持公司+部门+岗位自由组合查询**[https://codetop.cc](https://codetop.cc)
4+
频度数据都是我人工整理面经而得,这耗费我非常多的精力。希望你可以点个star⭐,给我一点坚持下去的动力,感激不尽!
55

6-
:loudspeaker: [2021.02.20] 我的好友龙哥目前建了个开源免费的内推项目[AwesomeJob](https://github.com/Dikea/AwesomeJob),致力于帮助学生找到实习、校招内推机会,帮助企业员工找到合适的实习生、校招生,减少信息隔阂,欢迎Star⭐
6+
我开发的**CodeTop网站**([https://codetop.cc](https://codetop.cc)),支持按**公司****部门****岗位**组合查询仓库中的数据,方便大家高效检索。
77

8-
:speech_balloon:面试交流:想加入面试交流群的可以扫码加入。若群满员或二维码过期,请在「一个搬砖的胖子」公众号点击「加交流群」,添加我的微信后即被拉群
8+
> 点击下载[大厂面经导航.xlsx](https://pan.baidu.com/s/1yCCeNMb0FNCJKDIE6EASYA),提取码【lrp3】。面经导航包括我汇总过的几千篇面经,支持按部门、岗位定位面经链接,覆盖字节跳动、腾讯、美团、快手、虾皮等公司。
9+
10+
相对于力扣官方企业题库,本仓库有以下优点
11+
12+
1. 免费开放:汇总的高频题目免费分享给大家
13+
2. 分类精细:按公司、部门<sup>1</sup>、岗位进行分类,方便大家更针对性地准备面试
14+
3. 题源可靠:全网收录题目考察情况<sup>2</sup>,渠道不限于牛客、CSDN博客、热心网友分享等
15+
4. 本土特色:汇总办公地位于中国大陆的互联网企业
16+
17+
注1:若想按部门查询题目,请在[CodeTop网站](http://codetop.cc)或CodeTop小程序查看<br>
18+
注2:为保证数据真实可信,[issues](https://github.com/afatcoder/LeetcodeTop/issues)中会声名了所有涉及的原文链接
19+
20+
:speech_balloon:面试交流:若想加入大厂面试真题交流群,请在公众号「一个搬砖的胖子」后台回复「加群」,添加我的微信后即被拉群
21+
22+
![公众号:一个搬砖的胖子](https://github.com/afatcoder/LeetcodeTop/blob/master/img/wechat.png)
923

10-
![互联网求职交流群](https://i.ibb.co/6tcJJ7p/1612232327-1.png)
1124

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

14-
:warning:若转载本文章,需注明本仓库地址哦
27+
:warning:使用本仓库的频度数据或转载文章,需注明本仓库地址!侵权必究!
28+
29+
30+
## 微软中国(更新至牛客2021.8.20的面经)
31+
- [SDE](https://github.com/afatcoder/LeetcodeTop/blob/master/microsoft/SDE.md)
32+
33+
## 虾皮shopee(更新至虾皮2021.7.28的面经)
34+
<details>
35+
<summary>按岗位分类</summary>
36+
37+
- [后端](https://github.com/afatcoder/LeetcodeTop/blob/master/shopee/backend.md)
38+
- [算法](https://github.com/afatcoder/LeetcodeTop/blob/master/shopee/algorithm.md)
39+
- [客户端](https://github.com/afatcoder/LeetcodeTop/blob/master/shopee/client.md)
40+
- [前端](https://github.com/afatcoder/LeetcodeTop/blob/master/shopee/frontend.md)
41+
- [测试](https://github.com/afatcoder/LeetcodeTop/blob/master/shopee/test.md)
42+
- [数据开发](https://github.com/afatcoder/LeetcodeTop/blob/master/shopee/data.md)
43+
</details>
44+
45+
46+
## 字节跳动(更新至牛客2021.7.19的面经)
47+
<details>
48+
<summary>按岗位分类</summary>
49+
50+
- [后端](https://github.com/afatcoder/LeetcodeTop/blob/master/bytedance/backend.md)
51+
- [算法](https://github.com/afatcoder/LeetcodeTop/blob/master/bytedance/algorithm.md)
52+
- [客户端](https://github.com/afatcoder/LeetcodeTop/blob/master/bytedance/client.md)
53+
- [前端](https://github.com/afatcoder/LeetcodeTop/blob/master/bytedance/frontend.md)
54+
- [测试](https://github.com/afatcoder/LeetcodeTop/blob/master/bytedance/test.md)
55+
- [数据开发](https://github.com/afatcoder/LeetcodeTop/blob/master/bytedance/data.md)
56+
</details>
57+
58+
## 亚马逊中国(更新至牛客2021.6.9的面经)
59+
- [SDE](https://github.com/afatcoder/LeetcodeTop/blob/master/amazon/SDE.md)
60+
61+
## 美团(更新至牛客2021.4.23面经)
62+
<details>
63+
<summary>按岗位分类</summary>
64+
65+
- [后端](https://github.com/afatcoder/LeetcodeTop/blob/master/meituan/backend.md)
66+
- [算法](https://github.com/afatcoder/LeetcodeTop/blob/master/meituan/algorithm.md)
67+
- [客户端](https://github.com/afatcoder/LeetcodeTop/blob/master/meituan/client.md)
68+
- [前端](https://github.com/afatcoder/LeetcodeTop/blob/master/meituan/frontend.md)
69+
- [测试](https://github.com/afatcoder/LeetcodeTop/blob/master/meituan/test.md)
70+
- [数据开发](https://github.com/afatcoder/LeetcodeTop/blob/master/meituan/data.md)
71+
</details>
72+
73+
## 腾讯(更新至牛客2021.4.12的面经)
74+
<details>
75+
<summary>按岗位分类</summary>
76+
77+
- [后端](https://github.com/afatcoder/LeetcodeTop/blob/master/tencent/backend.md)
78+
- [算法](https://github.com/afatcoder/LeetcodeTop/blob/master/tencent/algorithm.md)
79+
- [客户端](https://github.com/afatcoder/LeetcodeTop/blob/master/tencent/client.md)
80+
- [前端](https://github.com/afatcoder/LeetcodeTop/blob/master/tencent/frontend.md)
81+
- [测试](https://github.com/afatcoder/LeetcodeTop/blob/master/tencent/test.md)
82+
</details>
1583

1684
## 猿辅导(更新至牛客3.5日的面经)
1785
<details>
@@ -37,21 +105,6 @@
37105
- [数据开发](https://github.com/afatcoder/LeetcodeTop/blob/master/kuaishou/data.md)
38106
</details>
39107

40-
## 字节跳动(更新至牛客2.28日的面经)
41-
<details>
42-
<summary>按岗位分类</summary>
43-
44-
[2.4~2.28出现的题目](https://github.com/afatcoder/LeetcodeTop/blob/master/bytedance/latest.md)
45-
- [后端](https://github.com/afatcoder/LeetcodeTop/blob/master/bytedance/backend.md)
46-
- [算法](https://github.com/afatcoder/LeetcodeTop/blob/master/bytedance/algorithm.md)
47-
- [客户端](https://github.com/afatcoder/LeetcodeTop/blob/master/bytedance/client.md)
48-
- [前端](https://github.com/afatcoder/LeetcodeTop/blob/master/bytedance/frontend.md)
49-
- [测试](https://github.com/afatcoder/LeetcodeTop/blob/master/bytedance/test.md)
50-
</details>
51-
52-
## 微软(更新至牛客11.23日的面经)
53-
- [SDE](https://github.com/afatcoder/LeetcodeTop/blob/master/microsoft/SDE.md)
54-
55108

56109
## 百度(更新至牛客8.7日的面经)
57110
<details>

amazon/SDE.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
- 题目原文链接见[issues](https://github.com/afatcoder/LeetcodeTop/issues)
2+
- 若想按部门/难度/题型筛选题目,可以在[CodeTop](https://codetop.cc) 查询
3+
4+
|题目|出现次数|链接|
5+
|-|-|-|
6+
|3. 无重复字符的最长子串|2|https://leetcode-cn.com/problems/longest-substring-without-repeating-characters|
7+
|146. LRU缓存机制|2|https://leetcode-cn.com/problems/lru-cache|
8+
|120. 三角形最小路径和|2|https://leetcode-cn.com/problems/triangle|
9+
|102. 二叉树的层序遍历|2|https://leetcode-cn.com/problems/binary-tree-level-order-traversal|
10+
|110. 平衡二叉树|2|https://leetcode-cn.com/problems/balanced-binary-tree|
11+
|200. 岛屿数量|1|https://leetcode-cn.com/problems/number-of-islands|
12+
|10. 正则表达式匹配|1|https://leetcode-cn.com/problems/regular-expression-matching|
13+
|129. 求根到叶子节点数字之和|1|https://leetcode-cn.com/problems/sum-root-to-leaf-numbers|
14+
|227. 基本计算器 II|1|https://leetcode-cn.com/problems/basic-calculator-ii|
15+
|343. 整数拆分|1|https://leetcode-cn.com/problems/integer-break|
16+
|215. 数组中的第K个最大元素|1|https://leetcode-cn.com/problems/kth-largest-element-in-an-array|
17+
|121. 买卖股票的最佳时机|1|https://leetcode-cn.com/problems/best-time-to-buy-and-sell-stock|
18+
|剑指 Offer 53 - II. 0~n-1中缺失的数字|1|https://leetcode-cn.com/problems/que-shi-de-shu-zi-lcof|
19+
|378. 有序矩阵中第K小的元素|1|https://leetcode-cn.com/problems/kth-smallest-element-in-a-sorted-matrix|
20+
|8. 字符串转换整数 (atoi)|1|https://leetcode-cn.com/problems/string-to-integer-atoi|
21+
|486. 预测赢家|1|https://leetcode-cn.com/problems/predict-the-winner|
22+
|15. 三数之和|1|https://leetcode-cn.com/problems/3sum|
23+
|781. 森林中的兔子|1|https://leetcode-cn.com/problems/rabbits-in-forest|
24+
|剑指 Offer 36. 二叉搜索树与双向链表|1|https://leetcode-cn.com/problems/er-cha-sou-suo-shu-yu-shuang-xiang-lian-biao-lcof|
25+
|46. 全排列|1|https://leetcode-cn.com/problems/permutations|
26+
|23. 合并K个排序链表|1|https://leetcode-cn.com/problems/merge-k-sorted-lists|
27+
|460. LFU缓存|1|https://leetcode-cn.com/problems/lfu-cache|
28+
|2. 两数相加|1|https://leetcode-cn.com/problems/add-two-numbers|
29+
|4. 寻找两个正序数组的中位数|1|https://leetcode-cn.com/problems/median-of-two-sorted-arrays|
30+
|611. 有效三角形的个数|1|https://leetcode-cn.com/problems/valid-triangle-number|
31+
|面试题 08.05. 递归乘法|1|https://leetcode-cn.com/problems/recursive-mulitply-lcci|

0 commit comments

Comments
 (0)