Skip to content

Commit d3f7e15

Browse files
authored
Update README.md
1 parent f79c85e commit d3f7e15

File tree

1 file changed

+28
-26
lines changed

1 file changed

+28
-26
lines changed

README.md

Lines changed: 28 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,44 @@
1-
[<img src="https://pic.leetcode-cn.com/1599187248-gDiWnC-image.png" width="500" />](https://leetcode-cn.com/leetbook/detail/illustration-of-algorithm/)
1+
<p align="center">
2+
<a href="https://leetcode-cn.com/leetbook/detail/illustration-of-algorithm/">
3+
<img src="https://pic.leetcode-cn.com/1599187248-gDiWnC-image.png" width="490">
4+
</a>
5+
</p>
26

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)
7+
<p align="center">
8+
<img src="https://img.shields.io/badge/LeetCode%20tests-75%20accepted-brightgreen">
9+
<img src="https://img.shields.io/badge/Language-Python-teal">
10+
<img src="https://img.shields.io/badge/Language-Java-orange">
11+
<img src="https://img.shields.io/badge/Language-C++-blue">
12+
</p>
413

5-
[LeetBook《图解算法数据结构》](https://leetcode-cn.com/leetbook/detail/illustration-of-algorithm/)是一本面向算法初学者、互联网求职者编写的算法题目解析手册
14+
[《图解算法数据结构》](https://leetcode-cn.com/leetbook/detail/illustration-of-algorithm/)是一本面向算法初学者和互联网求职者编写的 LeetBook 手册
615

7-
- 图文详解《剑指 Offer》的所有题目,题库活跃于各大互联网公司笔面试。
8-
- 行文深入浅出、图文搭配,提供简洁的 **Python, Java, C++** 解题代码
9-
- 提供 **30 天刷题计划****题目分类**,让刷题有迹可循。
16+
- 图文并茂地讲解《剑指 Offer》75 道题目,题库活跃于各大互联网公司笔面试。
17+
- 重点解析部分算法知识,包括复杂度分析、数据结构、排序算法和动态规划等
18+
- 提供简洁的 Python, Java, C++ 解题代码和一个月刷题计划,让刷题有迹可循。
1019

1120
> 若本 LeetBook 对您有所帮助,请在页面右上角点个 Star :star: 支持一下,谢谢!
1221
1322
---
1423

15-
<p align="left">
16-
<a href="https://www.hello-algo.com/">
17-
<img src="https://pic.leetcode.cn/1670004905-lAqTkA-hello-algo_1280_640.jpg" width="400">
18-
</a>
24+
<p align="center">
25+
<img src="https://www.hello-algo.com/index.assets/conceptual_rendering.png" width="200">
26+
<img src="https://www.hello-algo.com/index.assets/hello_algo_knowledge_map_tp.png" width="310">
1927
</p>
2028

21-
如果您是算法初学者,推荐阅读《Hello 算法》,夯实基础,可大幅提升刷题效率。
22-
23-
<p align="left">
24-
<em>
25-
前往阅读 >
26-
<a href="https://www.hello-algo.com/">
27-
hello-algo.com
28-
</a>
29-
</em>
29+
<p align="center">
30+
推荐算法初学者阅读《Hello 算法》,夯实基础后可大幅提升刷题效率
3031
</p>
3132

32-
<p align="left">
33-
<em>
33+
<p align="center">
34+
<a href="https://github.com/krahets/hello-algo">
3435
前往仓库 >
35-
<a href="https://github.com/krahets/hello-algo">
36-
github.com/krahets/hello-algo
37-
</a>
38-
</em>
39-
</p>
36+
</a>
37+
&nbsp; &nbsp;
38+
<a href="https://www.hello-algo.com/">
39+
在线阅读 >
40+
</a>
41+
</p>
4042

4143
---
4244

0 commit comments

Comments
 (0)