1
- # : book : 图解算法数据结构
1
+ [ < img src = " https://pic.leetcode-cn.com/1599187248-gDiWnC-image.png " width = " 500 " /> ] ( https://leetcode-cn.com/leetbook/detail/illustration-of-algorithm/ )
2
2
3
3
![ leetcode-tests] ( https://img.shields.io/badge/LeetCode%20tests-75%20accepted%2C%200%20failed-brightgreen ) [ ![ Python] ( https://img.shields.io/badge/Language-Python3-teal )] ( https://github.com/krahets/LeetCode-Book/tree/main/python ) [ ![ Java] ( https://img.shields.io/badge/Language-Java-orange )] ( https://github.com/krahets/LeetCode-Book/tree/main/java ) [ ![ C++] ( https://img.shields.io/badge/Language-C++-blue )] ( https://github.com/krahets/LeetCode-Book/tree/main/cpp )
4
4
5
- [ ![ stars ] ( https://img.shields.io/github/stars/krahets/LeetCode-Book?style=social )] ( https://github .com/krahets/LeetCode-Book ) [ ![ forks ] ( https://img.shields.io/github/forks/krahets/LeetCode-Book?style=social )] ( https://github.com/krahets/LeetCode-Book )
5
+ [ LeetBook《图解算法数据结构》 ] ( https://leetcode-cn .com/leetbook/detail/illustration-of-algorithm/ ) 是一本面向算法初学者、互联网求职者编写的算法题目解析手册。
6
6
7
- [ <img src =" https://pic.leetcode-cn.com/1599187248-gDiWnC-image.png " width =" 370 " />] ( https://leetcode-cn.com/leetbook/detail/illustration-of-algorithm/ )
8
-
9
- LeetBook《图解算法数据结构》面向算法初学者、互联网求职者设计,主要内容包括:
10
-
11
- ### :green_book : 剑指 Offer 图文题解
12
-
13
- - 图文详解 75 道题目,覆盖主要算法知识点,非常适合作为算法学习的 ** 第一份题库** 。
14
- - 题库活跃于各大互联网公司招聘中,可使笔面试准备事半功倍。
7
+ - 图文详解《剑指 Offer》的所有题目,题库活跃于各大互联网公司笔面试。
15
8
- 行文深入浅出、图文搭配,提供简洁的 ** Python, Java, C++** 解题代码。
16
9
- 提供 ** 30 天刷题计划** 、** 题目分类** ,让刷题有迹可循。
17
10
18
- ### :blue_book : 基础知识与算法专题
19
-
20
- - ** 基础知识:** 时间复杂度、空间复杂度的概念与推算方法。
21
- - ** 数据结构:** 数组、栈、队列、字符串、链表、树、图、堆、哈希表的基本用法。
22
- - ** 算法专题:** 分治算法、动态规划、搜索与回溯、查找算法、贪心算法、排序、位运算、双指针、模拟、数学。
23
-
24
- ## :student : 适合人群
25
-
26
- - 互联网算法、软件岗位求职者。
27
- - 从零开始接触数据结构与算法的同学。
28
- - 具有一定编程基础,计划系统学习算法的同学。
11
+ > 若本 LeetBook 对您有所帮助,请在页面右上角点个 Star :star : 支持一下,谢谢!
29
12
30
13
---
31
14
32
- # 算法学习路线
33
-
34
- ## :book : 第一步:算法快速入门
35
-
36
- 如果您是算法初学者,建议先读一本算法入门书,可大幅提升 :rocket : 刷题效率。
37
-
38
15
<p align =" left " >
39
16
<a href =" https://www.hello-algo.com/ " >
40
17
<img src="https://pic.leetcode.cn/1670004905-lAqTkA-hello-algo_1280_640.jpg" width="400">
41
18
</a >
42
19
</p >
43
20
21
+ 如果您是算法初学者,推荐阅读《Hello 算法》,夯实基础,可大幅提升刷题效率。
22
+
44
23
<p align =" left " >
45
24
<em >
46
25
前往阅读 >
@@ -59,9 +38,9 @@ LeetBook《图解算法数据结构》面向算法初学者、互联网求职者
59
38
</em >
60
39
</p >
61
40
62
- ## : hourglass : 第二步:按计划刷题
41
+ ---
63
42
64
- 本《剑指 Offer》刷题计划已被[ 力扣(LeetCode)官方题单] ( https://leetcode.cn/study-plan/lcof/ ) 采用,理念为从易到难、从基础类题目到综合类题目 。
43
+ 本《剑指 Offer》刷题计划已被[ 力扣(LeetCode)官方题单] ( https://leetcode.cn/study-plan/lcof/ ) 采用。
65
44
66
45
行百里者半九十,坚持一个月刷完,一起加油!
67
46
@@ -176,8 +155,6 @@ LeetBook《图解算法数据结构》面向算法初学者、互联网求职者
176
155
177
156
---
178
157
179
- 若本书对您有所帮助,麻烦请您点个 Star :star : 啦,谢谢!
180
-
181
158
## License
182
159
183
160
This work is licensed under CC-BY-SA-4.0 license.
0 commit comments