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