Update README.md

This commit is contained in:
Yudong Jin
2023-12-21 00:44:47 +08:00
committed by GitHub
parent c12faa39f7
commit cda99e77db

View File

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