Skip to content

Commit 038a3fd

Browse files
authored
Update README.md
1 parent 759b1d4 commit 038a3fd

File tree

1 file changed

+17
-15
lines changed

1 file changed

+17
-15
lines changed

README.md

Lines changed: 17 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
<p align="left">
1+
<p align="center">
22
<a href="https://leetcode-cn.com/leetbook/detail/illustration-of-algorithm/">
33
<img src="https://pic.leetcode-cn.com/1599187248-gDiWnC-image.png" width="490">
44
</a>
55
</p>
66

7-
<p align="left">
7+
<p align="center">
88
<img src="https://img.shields.io/badge/LeetCode%20tests-75%20accepted-brightgreen">
99
<img src="https://img.shields.io/badge/Language-Python-teal">
1010
<img src="https://img.shields.io/badge/Language-Java-orange">
@@ -17,24 +17,26 @@
1717
- 题目活跃于各大互联网公司招聘中,可使笔面试准备事半功倍。
1818
- 致力于行文深入浅出、图文搭配,提供简洁的 Python, Java, C++ 解题代码。
1919

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+
> ```
2330
24-
```shell
25-
LeetCode-Book
26-
├── leetbook_ioa # 《图解算法数据结构》题解和专栏文档、代码
27-
├── selected_coding_interview # 「Krahets 笔面试精选 88 题」题解文档、代码
28-
└── sword_for_offer # 《剑指 Offer》题解文档、代码、刷题计划
29-
```
31+
> 若本 LeetBook 对您有所帮助,请在页面右上角点个 Star :star: 支持一下,谢谢!
3032
31-
## 如何入门算法?
33+
## 如何学习算法
3234
3335
### 第一步:看入门书
3436
3537
<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">
3840
</p>
3941
4042
[《Hello 算法》](https://github.com/krahets/hello-algo):动画图解、一键运行的数据结构与算法教程。
@@ -61,4 +63,4 @@ LeetCode-Book
6163
6264
## License
6365
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

Comments
 (0)