Skip to content

Commit cda99e7

Browse files
authored
Update README.md
1 parent c12faa3 commit cda99e7

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@
2323
>
2424
> ```python
2525
> LeetCode-Book
26-
> ├── leetbook_ioa # 《图解算法数据结构》题解和专栏文档、代码
27-
> ├── selected_coding_interview # 《Krahets 笔面试精选 88 题》题解文档、代码
26+
> ├── leetbook_ioa # 《图解算法数据结构》题解和专栏文档
27+
> ├── selected_coding_interview # 《Krahets 笔面试精选 88 题》题解文档
2828
> └── sword_for_offer # 《剑指 Offer》题解文档、代码、刷题计划
2929
> ```
30-
30+
>
3131
> 若本 LeetBook 对您有所帮助,请在页面右上角点个 Star :star: 支持一下,谢谢!
3232
3333
## 如何学习算法
@@ -46,8 +46,8 @@
4646
4747
推荐以下 LeetCode 题单(前两项 [@Krahets](https://leetcode.cn/u/jyd/) 题解全覆盖):
4848
49-
1. [Krahets 笔面试精选 88 题](https://leetcode.cn/studyplan/selected-coding-interview/):从“剑指 Offer”和“热题 100”精选出的 88 道高频算法笔试题。
50-
2. [图解算法数据结构](https://leetcode-cn.com/leetbook/detail/illustration-of-algorithm/)([Interview-75](https://leetcode.cn/studyplan/coding-interviews/)):题目更贴近实际应用,相对“剑指 Offer”难度有所增加。
49+
1. [Krahets 笔面试精选 88 题](https://leetcode.cn/studyplan/selected-coding-interview/):从“剑指 Offer”和“热题 100”精选出的 88 道高频算法笔试题,适合初学者入门
50+
2. [图解算法数据结构](https://leetcode-cn.com/leetbook/detail/illustration-of-algorithm/)([Interview-75](https://leetcode.cn/studyplan/coding-interviews/)):题目更贴近实际应用,相较于“剑指 Offer”难度有所增加。
5151
3. [LeetCode 热题 100](https://leetcode.cn/studyplan/top-100-liked/):力扣用户最喜爱的 100 道题。
5252
4. [面试经典 150 题](https://leetcode.cn/studyplan/top-interview-150/):150 道经典面试力扣题。
5353
5. [LeetCode-75](https://leetcode.cn/studyplan/leetcode-75/):精选面试必备的 75 道核心题目。
@@ -56,11 +56,11 @@
5656
5757
1. 建议每日刷 2~3 题。若能轻松完成,可以尝试增加至 58 题。
5858
2. 刷题的质量远重要于数量。务必确保你真正理解了每个题目的解法及背后的算法原理。
59-
3. 建议你按照目录顺序做题。如果感觉某题很难,可以先跳过,稍后再回顾挑战
60-
4. 很多题目都有不止一种解法,请你注意比较和探讨各种方法的特点和适用情况。
59+
3. 建议你按照目录顺序做题。如果感觉某题很难,可以先跳过,后续再攻克
60+
4. 题目通常有不止一种解法,请你注意比较和探讨各种方法的特点和适用情况。
6161
5. 如果你发现自己遗忘了题目解法,不必灰心。艾宾浩斯遗忘曲线指出,通常需要复习至少三次,才能真正掌握一个知识点。
6262
6. 行百里者半九十。坚持至关重要,加油,相信你可以做到!
6363
6464
## License
6565
66-
The texts, code and images in this repository are licensed under [CC BY-NC-SA-4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/).
66+
The texts, code, and images in this repository are licensed under [CC BY-NC-SA-4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/).

0 commit comments

Comments
 (0)