Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 69e70a9

Browse files
author
杨世超
committed
更新面试最常考 100 题、200 题清单
1 parent 3fc60c2 commit 69e70a9

File tree

9 files changed

+18
-20
lines changed

9 files changed

+18
-20
lines changed

‎Assets/Origins/Interview-100-List.md‎

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@
1010

1111
###### 0215. 数组中的第K个最大元素
1212

13-
#### 插入排序题目
14-
15-
###### 0075. 颜色分类
16-
1713
#### 希尔排序题目
1814

1915
###### 0912. 排序数组
@@ -192,8 +188,9 @@
192188

193189
#### 模拟题目
194190

195-
###### 0008. 字符串转换整数 (atoi)、0165. 比较版本号
191+
###### 0008. 字符串转换整数 (atoi)、0165. 比较版本号、0468. 验证IP地址
196192

197193
#### 思维锻炼题目
198194

199195
###### 0031. 下一个排列、0470. 用 Rand7() 实现 Rand10()
196+

‎Assets/Origins/README-Catalogue-List.md‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
- [LeetCode 入门与攻略](https://github.com/itcharge/LeetCode-Py/blob/main/Contents/00.Introduction/03.LeetCode-Guide.md)
88
- [LeetCode 题解(字典序排序,650+ 道题解)](https://github.com/itcharge/LeetCode-Py/blob/main/Contents/00.Introduction/04.Solutions-List.md)
99
- [LeetCode 题解(按分类排序,推荐刷题列表 ★★★)](https://github.com/itcharge/LeetCode-Py/blob/main/Contents/00.Introduction/05.Categories-List.md)
10+
- [LeetCode 面试最常考 100 题(按分类排序)](https://github.com/itcharge/LeetCode-Py/blob/main/Contents/00.Introduction/06.Interview-100-List.md)
11+
- [LeetCode 面试最常考 200 题(按分类排序)](https://github.com/itcharge/LeetCode-Py/blob/main/Contents/00.Introduction/07.Interview-200-List.md)
1012

1113
## 01. 数组
1214

‎Assets/Origins/README-Head.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## 项目简介
44

5-
- **「算法与数据结构」** 基础知识的讲解教程,「LeetCode」650+ 道题目的详细解析。本项目易于理解,没有大跨度的思维跳跃,项目中使用部分图示、例子来帮助理解。
5+
- **「算法与数据结构」** 基础知识的讲解教程,「LeetCode」700+ 道题目的详细解析。本项目易于理解,没有大跨度的思维跳跃,项目中使用部分图示、例子来帮助理解。
66

77
- 本教程先从基础的数据结构和算法开始讲解,再针对不同分类的数据结构和算法,进行具体题目的讲解分析。让读者可以通过「算法基础理论学习」和「编程实战学习」相结合的方式,彻底的掌握算法知识。
88

@@ -26,7 +26,7 @@
2626

2727
我是一名 iOS / macOS 的开发程序员,另外也是北航软院的一名非全硕士(在读)。曾在大学期间学习过算法知识,并参加过 3 年的 ACM 比赛, 但水平有限,未能取得理想成绩。但是这 3 年的 ACM 经历,给我最大的收获是锻炼了自己的逻辑思维和解决实际问题的能力,这种能力为我今后的工作、学习打下了坚实的基础。
2828

29-
我从 2021 年 03 月 30 日开始每日在 LeetCode 刷题,到 20211126 日已经刷了 700+ 道题目,并且完成了 650+ 道题解。努力向着 1000+、1500+、2000+ 道题前进
29+
我从 2021 年 03 月 30 日开始每日在 LeetCode 刷题,到 20220608 日已经刷了 1000+ 道题目,并且完成了 700+ 道题解。努力向着 1000+、1500+、2000+ 道题解前进
3030

3131
在公众号 **「程序员充电站」** 里回复 "**算法打卡**",拉你进 LeetCode 算法打卡计划群一起组队打卡。
3232

‎Assets/Origins/Root-Index-Head.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969

7070
我是一名 iOS / macOS 的开发程序员,另外也是北航软院的一名非全硕士(在读)。曾在大学期间学习过算法知识,并参加过 3 年的 ACM 比赛, 但水平有限,未能取得理想成绩。但是这 3 年的 ACM 经历,给我最大的收获是锻炼了自己的逻辑思维和解决实际问题的能力,这种能力为我今后的工作、学习打下了坚实的基础。
7171

72-
我从 2021 年 03 月 30 日开始每日在 LeetCode 刷题,到 20211126 日已经刷了 700+ 道题目,并且完成了 650+ 道题解。努力向着 1000+、1500+、2000+ 道题前进
72+
我从 2021 年 03 月 30 日开始每日在 LeetCode 刷题,到 20220608 日已经刷了 1000+ 道题目,并且完成了 700+ 道题解。努力向着 1000+、1500+、2000+ 道题解前进
7373

7474
## 版权说明
7575

‎Assets/Scripts/create_solutions_list.py‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -316,9 +316,9 @@ def gen_interview_list(solotions_path, interview_origin_list_path, interview_lis
316316
if interview_file_content:
317317
with open(interview_list_path, 'w') as fi:
318318
if "Interview-100-List.md" in interview_origin_list_path:
319-
fi.write("# 面试最常考 100 题(按分类排序)\n\n")
319+
fi.write("# LeetCode 面试最常考 100 题(按分类排序)\n\n")
320320
elif "Interview-200-List.md" in interview_origin_list_path:
321-
fi.write("# 面试最常考 200 题(按分类排序)\n\n")
321+
fi.write("# LeetCode 面试最常考 200 题(按分类排序)\n\n")
322322
fi.write(interview_file_content)
323323
fi.write("\n## 参考资料\n")
324324
fi.write("\n- 【清单】[CodeTop 企业题库](https://codetop.cc/home)\n")

‎Contents/00.Introduction/06.Interview-100-List.md‎

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 面试最常考 100 题(按分类排序)
1+
# LeetCode 面试最常考 100 题(按分类排序)
22

33
## 01. 数组
44

@@ -17,12 +17,6 @@
1717
| :------ | :------ | :------ | :------ | :------ |
1818
| 0215 | [数组中的第K个最大元素](https://leetcode.cn/problems/kth-largest-element-in-an-array/) | [Python](https://github.com/itcharge/LeetCode-Py/blob/main/Solutions/0215.%20%E6%95%B0%E7%BB%84%E4%B8%AD%E7%9A%84%E7%AC%ACK%E4%B8%AA%E6%9C%80%E5%A4%A7%E5%85%83%E7%B4%A0.md) | 数组、堆排序 | 中等 |
1919

20-
#### 插入排序题目
21-
22-
| 题号 | 标题 | 题解 | 标签 | 难度 |
23-
| :------ | :------ | :------ | :------ | :------ |
24-
| 0075 | [颜色分类](https://leetcode.cn/problems/sort-colors/) | [Python](https://github.com/itcharge/LeetCode-Py/blob/main/Solutions/0075.%20%E9%A2%9C%E8%89%B2%E5%88%86%E7%B1%BB.md) | 数组、排序、双指针 | 中等 |
25-
2620
#### 希尔排序题目
2721

2822
| 题号 | 标题 | 题解 | 标签 | 难度 |
@@ -373,6 +367,7 @@
373367
| :------ | :------ | :------ | :------ | :------ |
374368
| 0008 | [字符串转换整数 (atoi)](https://leetcode.cn/problems/string-to-integer-atoi/) | [Python](https://github.com/itcharge/LeetCode-Py/blob/main/Solutions/0008.%20%E5%AD%97%E7%AC%A6%E4%B8%B2%E8%BD%AC%E6%8D%A2%E6%95%B4%E6%95%B0%20%28atoi%29.md) | 数学、字符串 | 中等 |
375369
| 0165 | 比较版本号 | | | |
370+
| 0468 | 验证IP地址 | | | |
376371

377372
#### 思维锻炼题目
378373

‎Contents/00.Introduction/07.Interview-200-List.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 面试最常考 200 题(按分类排序)
1+
# LeetCode 面试最常考 200 题(按分类排序)
22

33
## 01. 数组
44

‎Contents/index.md‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
- [LeetCode 入门与攻略](./00.Introduction/03.LeetCode-Guide.md)
1010
- [LeetCode 题解(字典序排序,650+ 道题解)](./00.Introduction/04.Solutions-List.md)
1111
- [LeetCode 题解(按分类排序,推荐刷题列表 ★★★)](./00.Introduction/05.Categories-List.md)
12+
- [LeetCode 面试最常考 100 题(按分类排序)](./00.Introduction/06.Interview-100-List.md)
13+
- [LeetCode 面试最常考 200 题(按分类排序)](./00.Introduction/07.Interview-200-List.md)
1214

1315
## 01. 数组
1416

‎README.md‎

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## 项目简介
44

5-
- **「算法与数据结构」** 基础知识的讲解教程,「LeetCode」650+ 道题目的详细解析。本项目易于理解,没有大跨度的思维跳跃,项目中使用部分图示、例子来帮助理解。
5+
- **「算法与数据结构」** 基础知识的讲解教程,「LeetCode」700+ 道题目的详细解析。本项目易于理解,没有大跨度的思维跳跃,项目中使用部分图示、例子来帮助理解。
66

77
- 本教程先从基础的数据结构和算法开始讲解,再针对不同分类的数据结构和算法,进行具体题目的讲解分析。让读者可以通过「算法基础理论学习」和「编程实战学习」相结合的方式,彻底的掌握算法知识。
88

@@ -26,7 +26,7 @@
2626

2727
我是一名 iOS / macOS 的开发程序员,另外也是北航软院的一名非全硕士(在读)。曾在大学期间学习过算法知识,并参加过 3 年的 ACM 比赛, 但水平有限,未能取得理想成绩。但是这 3 年的 ACM 经历,给我最大的收获是锻炼了自己的逻辑思维和解决实际问题的能力,这种能力为我今后的工作、学习打下了坚实的基础。
2828

29-
我从 2021 年 03 月 30 日开始每日在 LeetCode 刷题,到 20211126 日已经刷了 700+ 道题目,并且完成了 650+ 道题解。努力向着 1000+、1500+、2000+ 道题前进
29+
我从 2021 年 03 月 30 日开始每日在 LeetCode 刷题,到 20220608 日已经刷了 1000+ 道题目,并且完成了 700+ 道题解。努力向着 1000+、1500+、2000+ 道题解前进
3030

3131
在公众号 **「程序员充电站」** 里回复 "**算法打卡**",拉你进 LeetCode 算法打卡计划群一起组队打卡。
3232

@@ -48,6 +48,8 @@
4848
- [LeetCode 入门与攻略](./Contents/00.Introduction/03.LeetCode-Guide.md)
4949
- [LeetCode 题解(字典序排序,650+ 道题解)](./Contents/00.Introduction/04.Solutions-List.md)
5050
- [LeetCode 题解(按分类排序,推荐刷题列表 ★★★)](./Contents/00.Introduction/05.Categories-List.md)
51+
- [LeetCode 面试最常考 100 题(按分类排序)](./Contents/00.Introduction/06.Interview-100-List.md)
52+
- [LeetCode 面试最常考 200 题(按分类排序)](./Contents/00.Introduction/07.Interview-200-List.md)
5153

5254
## 01. 数组
5355

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /