1
- <p align =" left " >
1
+ <p align =" center " >
2
2
<a href =" https://leetcode-cn.com/leetbook/detail/illustration-of-algorithm/ " >
3
3
<img src="https://pic.leetcode-cn.com/1599187248-gDiWnC-image.png" width="490">
4
4
</a >
5
5
</p >
6
6
7
- <p align =" left " >
7
+ <p align =" center " >
8
8
<img src =" https://img.shields.io/badge/LeetCode%20tests-75%20accepted-brightgreen " >
9
9
<img src =" https://img.shields.io/badge/Language-Python-teal " >
10
10
<img src =" https://img.shields.io/badge/Language-Java-orange " >
17
17
- 题目活跃于各大互联网公司招聘中,可使笔面试准备事半功倍。
18
18
- 致力于行文深入浅出、图文搭配,提供简洁的 Python, Java, C++ 解题代码。
19
19
20
- > 若本 LeetBook 对您有所帮助,请在页面右上角点个 Star :star : 支持一下,谢谢!
21
-
22
- 本仓库包含“图解算法数据结构”、“Krahets 笔面试精选 88 题”和“剑指 Offer”的题解内容,所有代码皆可一键运行:
20
+ > ** Note**
21
+ >
22
+ > 本仓库包含“图解算法数据结构”、“Krahets 笔面试精选 88 题”和“剑指 Offer”的题解内容,所有代码皆可一键运行:
23
+ >
24
+ > ``` python
25
+ > LeetCode- Book
26
+ > ├── leetbook_ioa # 《图解算法数据结构》题解和专栏文档、代码
27
+ > ├── selected_coding_interview # 《Krahets 笔面试精选 88 题》题解文档、代码
28
+ > └── sword_for_offer # 《剑指 Offer》题解文档、代码、刷题计划
29
+ > ```
23
30
24
- ``` shell
25
- LeetCode-Book
26
- ├── leetbook_ioa # 《图解算法数据结构》题解和专栏文档、代码
27
- ├── selected_coding_interview # 「Krahets 笔面试精选 88 题」题解文档、代码
28
- └── sword_for_offer # 《剑指 Offer》题解文档、代码、刷题计划
29
- ```
31
+ > 若本 LeetBook 对您有所帮助,请在页面右上角点个 Star :star: 支持一下,谢谢!
30
32
31
- ## 如何入门算法?
33
+ # # 如何学习算法
32
34
33
35
# ## 第一步:看入门书
34
36
35
37
< p align= " left" href= " https://github.com/krahets/hello-algo" >
36
- <img src =" https://www.hello-algo.com/index.assets/conceptual_rendering.png " width =" 170 " >
37
- <img src =" https://www.hello-algo.com/index.assets/hello_algo_mindmap_tp.png " width =" 280 " >
38
+ < img src= " https://www.hello-algo.com/index.assets/conceptual_rendering.png" width= " 150 " >
39
+ < img src= " https://www.hello-algo.com/index.assets/hello_algo_mindmap_tp.png" width= " 260 " >
38
40
< / p>
39
41
40
42
[《Hello 算法》](https:// github.com/ krahets/ hello- algo):动画图解、一键运行的数据结构与算法教程。
@@ -61,4 +63,4 @@ LeetCode-Book
61
63
62
64
# # License
63
65
64
- The texts, codes 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