Skip to content

Commit 4407215

Browse files
author
lucifer
committed
feat: 主页装修
1 parent 7ada6dd commit 4407215

File tree

1 file changed

+24
-20
lines changed

1 file changed

+24
-20
lines changed

README.md

Lines changed: 24 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,12 @@
1717

1818
---
1919

20-
**只有熟练掌握基础的数据结构与算法,才能对复杂问题迎刃有余。** [在线阅读](https://leetcode-solution-leetcode-pp.gitbook.io/leetcode-solution/)
20+
我们的 slogon 是: **只有熟练掌握基础的数据结构与算法,才能对复杂问题迎刃有余。**
2121

2222
## :blue_book:电子书
2323

24+
[在线阅读](https://leetcode-solution-leetcode-pp.gitbook.io/leetcode-solution/)
25+
2426
这是我将我的所有公开的算法资料整理的一个电子书,全部题目信息中文化,以前会有一些英文描述,感谢 @CYL 的中文整理。
2527

2628
![](https://tva1.sinaimg.cn/large/0081Kckwly1gm3r7y4dt8j30zx0u0hdt.jpg)
@@ -29,26 +31,24 @@
2931

3032
有些动图,在做成电子书(比如 pdf)的时候自然就变没了,如果需要看动图的, 可以去我的公众号《力扣加加》或者我的 leetcode 题解仓库看。
3133

34+
<img src="https://tva1.sinaimg.cn/large/007S8ZIlly1gfcuzagjalj30p00dwabs.jpg" width="100%">
35+
3236
> epub 还是有动图的
3337
38+
另外有些内容只在公众号发布,因此大家觉得内容不错的话,可以关注一下。如果再给 ➕ 个星标就更棒啦!
39+
40+
> 大家也可以用 Github 提供的 [RSS](https://github.com/azl397985856/leetcode/commits.atom) 来订阅我的仓库更新。
41+
3442
## 刷题群
3543

36-
组队刷题活动,关注公众号《力扣加加》回复 leetcode 即可获取进群方式,从此刷题不再孤单。
44+
组队刷题活动,关注上面的公众号《力扣加加》回复 leetcode 即可获取进群方式,从此刷题不再孤单。
3745

3846
另外春招已经开始了。你是不是已经开始准备了呢?为了帮助大家获得更好的 offer,lucifer 开辟了「春招冲冲冲」栏目。
3947

4048
第一期我们的猎物是「虾皮」。来看看虾皮的算法题难度几何吧!
4149

4250
- [春招冲冲冲](https://mp.weixin.qq.com/s?__biz=MzI4MzUxNjI3OA==&mid=2247487632&idx=1&sn=830fe267d835e5acbfc417787f85f1c1&chksm=eb88dc89dcff559f49913c0f2dec77b1d06c2ddbe2c6c299b32b3e49c2efaf8b11ac0aedce8f&token=1676518002&lang=zh_CN#rd)
4351

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-
5252
## 图片加载不出来如何解决?
5353

5454
https://github.com/fe-lucifer/fanqiang
@@ -96,7 +96,7 @@ leetcode 题解,记录自己的 leetcode 解题之路。
9696
- 树与图:最近公共祖先、并查集
9797
- 字符串:前缀树(字典树) / 后缀树
9898

99-
## 数据结构与算法的总结(22 篇)
99+
## 数据结构与算法的总结(25 篇)
100100

101101
- [数据结构总览](./thinkings/basic-data-structure.md)
102102
- [链表专题](./thinkings/linked-list.md) 🆕
@@ -179,9 +179,6 @@ leetcode 题解,记录自己的 leetcode 解题之路。
179179

180180
以下是我列举的经典题目(带 91 字样的表示出自 **91 天学算法**活动):
181181

182-
<details>
183-
<summary> :point_right::point_right::point_right:点击展开题目列表:point_left::point_left::point_left:</summary>
184-
185182
- [面试题 17.12. BiNode](./problems/binode-lcci.md)
186183
- [0001. 两数之和](./problems/1.two-sum.md) 👍
187184
- [0020. 有效的括号](./problems/20.valid-parentheses.md) 👍
@@ -197,6 +194,11 @@ leetcode 题解,记录自己的 leetcode 解题之路。
197194
- [0122. 买卖股票的最佳时机 II](./problems/122.best-time-to-buy-and-sell-stock-ii.md)
198195
- [0125. 验证回文串](./problems/125.valid-palindrome.md) 👍
199196
- [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+
200202
- [0155. 最小栈](./problems/155.min-stack.md)
201203
- [0160. 相交链表](./problems/160.Intersection-of-Two-Linked-Lists.md) 91
202204
- [0167. 两数之和 II 输入有序数组](./problems/167.two-sum-ii-input-array-is-sorted.md)
@@ -237,9 +239,6 @@ leetcode 题解,记录自己的 leetcode 解题之路。
237239

238240
以下是我列举的经典题目(带 91 字样的表示出自 **91 天学算法**活动):
239241

240-
<details>
241-
<summary> :point_right::point_right::point_right:点击展开题目列表:point_left::point_left::point_left:</summary>
242-
243242
- [面试题 17.09. 第 k 个数](./problems/get-kth-magic-number-lcci.md)
244243
- [面试题 17.23. 最大黑方阵](./problems/max-black-square-lcci.md) 🆕
245244
- [Increasing Digits](./problems/Increasing-Digits.md) 👍 🆕
@@ -270,6 +269,10 @@ leetcode 题解,记录自己的 leetcode 解题之路。
270269
- [0061. 旋转链表](./problems/61.Rotate-List.md) 91
271270
- [0062. 不同路径](./problems/62.unique-paths.md)
272271
- [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+
273276
- [0075. 颜色分类](./problems/75.sort-colors.md)
274277
- [0078. 子集](./problems/78.subsets.md)
275278
- [0079. 单词搜索](./problems/79.word-search.md)
@@ -414,9 +417,6 @@ leetcode 题解,记录自己的 leetcode 解题之路。
414417

415418
以下是我列举的经典题目(带 91 字样的表示出自 **91 天学算法**活动):
416419

417-
<details>
418-
<summary> :point_right::point_right::point_right:点击展开题目列表:point_left::point_left::point_left:</summary>
419-
420420
- [LCP 20. 快速公交](./problems/lcp20.meChtZ.md) 🆕
421421
- [Number Stream to Intervals](./problems/Number-Stream-to-Intervals.md) 🆕
422422
- [Triple-Inversion](./problems/Triple-Inversion.md) 91
@@ -446,6 +446,10 @@ leetcode 题解,记录自己的 leetcode 解题之路。
446446
- [0301. 删除无效的括号](./problems/301.remove-invalid-parentheses.md)
447447
- [0312. 戳气球](./problems/312.burst-balloons.md) 👍
448448
- [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+
449453
- [0335. 路径交叉](./problems/335.self-crossing.md)
450454
- [0460. LFU 缓存](./problems/460.lfu-cache.md)
451455
- [0472. 连接词](./problems/472.concatenated-words.md)

0 commit comments

Comments
 (0)