17
17
18
18
---
19
19
20
- ** 只有熟练掌握基础的数据结构与算法,才能对复杂问题迎刃有余。** [ 在线阅读 ] ( https://leetcode-solution-leetcode-pp.gitbook.io/leetcode-solution/ )
20
+ 我们的 slogon 是: ** 只有熟练掌握基础的数据结构与算法,才能对复杂问题迎刃有余。**
21
21
22
22
## :blue_book : 电子书
23
23
24
+ [ 在线阅读] ( https://leetcode-solution-leetcode-pp.gitbook.io/leetcode-solution/ )
25
+
24
26
这是我将我的所有公开的算法资料整理的一个电子书,全部题目信息中文化,以前会有一些英文描述,感谢 @CYL 的中文整理。
25
27
26
28
![ ] ( https://tva1.sinaimg.cn/large/0081Kckwly1gm3r7y4dt8j30zx0u0hdt.jpg )
29
31
30
32
有些动图,在做成电子书(比如 pdf)的时候自然就变没了,如果需要看动图的, 可以去我的公众号《力扣加加》或者我的 leetcode 题解仓库看。
31
33
34
+ <img src =" https://tva1.sinaimg.cn/large/007S8ZIlly1gfcuzagjalj30p00dwabs.jpg " width =" 100% " >
35
+
32
36
> epub 还是有动图的
33
37
38
+ 另外有些内容只在公众号发布,因此大家觉得内容不错的话,可以关注一下。如果再给 ➕ 个星标就更棒啦!
39
+
40
+ > 大家也可以用 Github 提供的 [ RSS] ( https://github.com/azl397985856/leetcode/commits.atom ) 来订阅我的仓库更新。
41
+
34
42
## 刷题群
35
43
36
- 组队刷题活动,关注公众号 《力扣加加》回复 leetcode 即可获取进群方式,从此刷题不再孤单。
44
+ 组队刷题活动,关注上面的公众号 《力扣加加》回复 leetcode 即可获取进群方式,从此刷题不再孤单。
37
45
38
46
另外春招已经开始了。你是不是已经开始准备了呢?为了帮助大家获得更好的 offer,lucifer 开辟了「春招冲冲冲」栏目。
39
47
40
48
第一期我们的猎物是「虾皮」。来看看虾皮的算法题难度几何吧!
41
49
42
50
- [ 春招冲冲冲] ( https://mp.weixin.qq.com/s?__biz=MzI4MzUxNjI3OA==&mid=2247487632&idx=1&sn=830fe267d835e5acbfc417787f85f1c1&chksm=eb88dc89dcff559f49913c0f2dec77b1d06c2ddbe2c6c299b32b3e49c2efaf8b11ac0aedce8f&token=1676518002&lang=zh_CN#rd )
43
51
44
- ## :information_desk_person : 订阅公众号
45
-
46
- 有些内容只在公众号发布,因此大家觉得内容不错的话,可以关注一下。如果再给 ➕ 个星标就更棒啦!
47
-
48
- <img src =" https://tva1.sinaimg.cn/large/007S8ZIlly1gfcuzagjalj30p00dwabs.jpg " width =" 100% " >
49
-
50
- 大家也可以用 Github 提供的 [ RSS] ( https://github.com/azl397985856/leetcode/commits.atom ) 来订阅我的仓库更新。
51
-
52
52
## 图片加载不出来如何解决?
53
53
54
54
https://github.com/fe-lucifer/fanqiang
@@ -96,7 +96,7 @@ leetcode 题解,记录自己的 leetcode 解题之路。
96
96
- 树与图:最近公共祖先、并查集
97
97
- 字符串:前缀树(字典树) / 后缀树
98
98
99
- ## 数据结构与算法的总结(22 篇)
99
+ ## 数据结构与算法的总结(25 篇)
100
100
101
101
- [ 数据结构总览] ( ./thinkings/basic-data-structure.md )
102
102
- [ 链表专题] ( ./thinkings/linked-list.md ) 🆕
@@ -179,9 +179,6 @@ leetcode 题解,记录自己的 leetcode 解题之路。
179
179
180
180
以下是我列举的经典题目(带 91 字样的表示出自 ** 91 天学算法** 活动):
181
181
182
- <details >
183
- <summary > :point_right::point_right::point_right:点击展开题目列表:point_left::point_left::point_left:</summary >
184
-
185
182
- [ 面试题 17.12. BiNode] ( ./problems/binode-lcci.md )
186
183
- [ 0001. 两数之和] ( ./problems/1.two-sum.md ) 👍
187
184
- [ 0020. 有效的括号] ( ./problems/20.valid-parentheses.md ) 👍
@@ -197,6 +194,11 @@ leetcode 题解,记录自己的 leetcode 解题之路。
197
194
- [ 0122. 买卖股票的最佳时机 II] ( ./problems/122.best-time-to-buy-and-sell-stock-ii.md )
198
195
- [ 0125. 验证回文串] ( ./problems/125.valid-palindrome.md ) 👍
199
196
- [ 0136. 只出现一次的数字] ( ./problems/136.single-number.md )
197
+
198
+ <details >
199
+
200
+ <summary > :point_right::point_right::point_right:展开全部:point_left::point_left::point_left:</summary >
201
+
200
202
- [ 0155. 最小栈] ( ./problems/155.min-stack.md )
201
203
- [ 0160. 相交链表] ( ./problems/160.Intersection-of-Two-Linked-Lists.md ) 91
202
204
- [ 0167. 两数之和 II 输入有序数组] ( ./problems/167.two-sum-ii-input-array-is-sorted.md )
@@ -237,9 +239,6 @@ leetcode 题解,记录自己的 leetcode 解题之路。
237
239
238
240
以下是我列举的经典题目(带 91 字样的表示出自 ** 91 天学算法** 活动):
239
241
240
- <details >
241
- <summary > :point_right::point_right::point_right:点击展开题目列表:point_left::point_left::point_left:</summary >
242
-
243
242
- [ 面试题 17.09. 第 k 个数] ( ./problems/get-kth-magic-number-lcci.md )
244
243
- [ 面试题 17.23. 最大黑方阵] ( ./problems/max-black-square-lcci.md ) 🆕
245
244
- [ Increasing Digits] ( ./problems/Increasing-Digits.md ) 👍 🆕
@@ -270,6 +269,10 @@ leetcode 题解,记录自己的 leetcode 解题之路。
270
269
- [ 0061. 旋转链表] ( ./problems/61.Rotate-List.md ) 91
271
270
- [ 0062. 不同路径] ( ./problems/62.unique-paths.md )
272
271
- [ 0073. 矩阵置零] ( ./problems/73.set-matrix-zeroes.md )
272
+
273
+ <details >
274
+ <summary > :point_right::point_right::point_right:展开全部:point_left::point_left::point_left:</summary >
275
+
273
276
- [ 0075. 颜色分类] ( ./problems/75.sort-colors.md )
274
277
- [ 0078. 子集] ( ./problems/78.subsets.md )
275
278
- [ 0079. 单词搜索] ( ./problems/79.word-search.md )
@@ -414,9 +417,6 @@ leetcode 题解,记录自己的 leetcode 解题之路。
414
417
415
418
以下是我列举的经典题目(带 91 字样的表示出自 ** 91 天学算法** 活动):
416
419
417
- <details >
418
- <summary > :point_right::point_right::point_right:点击展开题目列表:point_left::point_left::point_left:</summary >
419
-
420
420
- [ LCP 20. 快速公交] ( ./problems/lcp20.meChtZ.md ) 🆕
421
421
- [ Number Stream to Intervals] ( ./problems/Number-Stream-to-Intervals.md ) 🆕
422
422
- [ Triple-Inversion] ( ./problems/Triple-Inversion.md ) 91
@@ -446,6 +446,10 @@ leetcode 题解,记录自己的 leetcode 解题之路。
446
446
- [ 0301. 删除无效的括号] ( ./problems/301.remove-invalid-parentheses.md )
447
447
- [ 0312. 戳气球] ( ./problems/312.burst-balloons.md ) 👍
448
448
- [ 330. 按要求补齐数组] ( ./problems/330.patching-array.md )
449
+
450
+ <details >
451
+ <summary > :point_right::point_right::point_right:展开全部:point_left::point_left::point_left:</summary >
452
+
449
453
- [ 0335. 路径交叉] ( ./problems/335.self-crossing.md )
450
454
- [ 0460. LFU 缓存] ( ./problems/460.lfu-cache.md )
451
455
- [ 0472. 连接词] ( ./problems/472.concatenated-words.md )
0 commit comments