Skip to content

Commit dbd9bbb

Browse files
committed
add 433 945
1 parent 10d60da commit dbd9bbb

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+839
-455
lines changed

assets/origins/codetop_list.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
2-
title: "CodeTop 热题排行榜"
2+
title: 'CodeTop 热题排行榜'
3+
headerDepth: 0
34
---
45

56
![](../../../../assets/image/plan-3.png =500x)

assets/origins/company_list.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: "热门企业题库"
3+
headerDepth: 0
34
---
45

56
![](../../../../assets/image/plan-6.png =500x)

assets/origins/offer2_list.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: "剑指 Offer II 题解"
3+
headerDepth: 0
34
---
45

56
![](../../../../assets/image/plan-8.png =500x)

assets/origins/offer_list.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: "剑指 Offer 题解"
3+
headerDepth: 0
34
---
45

56
![](../../../../assets/image/plan-7.png =500x)

assets/origins/rabbit_list.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
2-
title: "海外兔热题排行榜"
2+
title: '海外兔热题排行榜'
3+
headerDepth: 0
34
---
45

56
![](../../../../assets/image/plan-4.png =500x)

assets/origins/top_150_list.md

Lines changed: 37 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,98 +1,105 @@
11
---
2-
title: "面试经典 150 题"
2+
title: '面试经典 150 题'
3+
headerDepth: 0
34
---
45

56
![](../../../../assets/image/plan-2.png =500x)
67

7-
## Array / String
8+
## 数组 / 字符串
89

910
###### 0088、0027、0026、0080、0169、0189、0121、0122、0055、0045、0274、0380、0238、0134、0135、0042、0013、0012、0058、0014、0151、0006、0028、0068
1011

11-
## Two Pointers
12+
## 双指针
1213

1314
###### 0125、0392、0167、0011、0015
1415

15-
## Sliding Window
16+
## 滑动窗口
1617

1718
###### 0209、0003、0030、0076
1819

19-
## Matrix
20+
## 矩阵
2021

2122
###### 0036、0054、0048、0073、0289
2223

23-
## Hashmap
24+
## 哈希表
2425

2526
###### 0383、0205、0290、0242、0049、0001、0202、0219、0128
2627

27-
## Intervals
28+
## 间隔
2829

2930
###### 0228、0056、0057、0452
3031

31-
## Stack
32+
##
3233

3334
###### 0020、0071、0155、0150、0224
3435

35-
## Linked List
36+
## 链表
3637

3738
###### 0141、0002、0021、0138、0092、0025、0019、0082、0061、0086、0146
3839

39-
## Binary Tree General
40+
##
41+
42+
### 二叉树
4043

4144
###### 0104、0100、0226、0101、0105、0106、0117、0114、0112、0129、0124、0173、0222、0236
4245

43-
## Binary Tree BFS
46+
### 二叉树的广度优先搜索
4447

4548
###### 0199、0637、0102、0103
4649

47-
## Binary Search Tree
50+
### 二叉搜索树
4851

4952
###### 0530、0230、0098
5053

51-
## Graph General
54+
### 前缀树
5255

53-
###### 0200、0130、0133、0399、0207、0210
56+
###### 0208、0211、0212
5457

55-
## Graph BFS
58+
##
5659

57-
###### 0945、0433、0127
60+
### 图的深度优先搜索
5861

59-
## Trie
62+
###### 0200、0130、0133、0399、0207、0210
6063

61-
###### 0208、0211、0212
64+
### 图的广度优先搜索
65+
66+
###### 0945、0433、0127
6267

63-
## Backtracking
68+
## 回溯
6469

6570
###### 0017、0077、0046、0039、0052、0022、0079
6671

67-
## Divide & Conquer
72+
## 分治
6873

6974
###### 0108、0148、0772、0023
7075

71-
## Kadane's Algorithm
72-
73-
###### 0053、0954
74-
75-
## Binary Search
76+
## 二分查找
7677

7778
###### 0035、0074、0162、0033、0034、0153、0004
7879

79-
## Heap
80+
##
8081

8182
###### 0215、0502、0373、0295
8283

83-
## Bit Manipulation
84+
## 位运算
8485

8586
###### 0067、0190、0191、0136、0137、0201
8687

87-
## Math
88+
## 数学
8889

8990
###### 0009、0066、0172、0069、0050、0149
9091

91-
## 1D DP
92+
## 动态规划
93+
94+
### Kadane 算法
95+
96+
###### 0053、0954
97+
98+
### 一维
9299

93100
###### 0070、0198、0139、0322、0300
94101

95-
## Multidimensional DP
102+
### 多维
96103

97104
###### 0120、0064、0063、0005、0097、0072、0123、0188、0221
98105

assets/origins/top_200_list.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: "面试高频 200 题"
3+
headerDepth: 0
34
---
45

56
![](../../../../assets/image/plan-1.png =500x)

assets/origins/top_300_list.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
2-
title: "面试进阶 300 题"
2+
title: '面试进阶 300 题'
3+
headerDepth: 0
34
---
45

56
![](../../../../assets/image/plan-5.png =500x)

assets/output/0207.md

Lines changed: 0 additions & 64 deletions
This file was deleted.

assets/output/0210.md

Lines changed: 0 additions & 75 deletions
This file was deleted.

0 commit comments

Comments
 (0)