|
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> |
2 | 6 |
|
3 |
| - [](https://github.com/krahets/LeetCode-Book/tree/main/python) [](https://github.com/krahets/LeetCode-Book/tree/main/java) [](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> |
4 | 13 |
|
5 |
| -[LeetBook《图解算法数据结构》](https://leetcode-cn.com/leetbook/detail/illustration-of-algorithm/)是一本面向算法初学者、互联网求职者编写的算法题目解析手册。 |
| 14 | +[《图解算法数据结构》](https://leetcode-cn.com/leetbook/detail/illustration-of-algorithm/)是一本面向算法初学者和互联网求职者编写的 LeetBook 手册。 |
6 | 15 |
|
7 |
| -- 图文详解《剑指 Offer》的所有题目,题库活跃于各大互联网公司笔面试。 |
8 |
| -- 行文深入浅出、图文搭配,提供简洁的 **Python, Java, C++** 解题代码。 |
9 |
| -- 提供 **30 天刷题计划**、**题目分类**,让刷题有迹可循。 |
| 16 | +- 图文并茂地讲解《剑指 Offer》75 道题目,题库活跃于各大互联网公司笔面试。 |
| 17 | +- 重点解析部分算法知识,包括复杂度分析、数据结构、排序算法和动态规划等。 |
| 18 | +- 提供简洁的 Python, Java, C++ 解题代码和一个月刷题计划,让刷题有迹可循。 |
10 | 19 |
|
11 | 20 | > 若本 LeetBook 对您有所帮助,请在页面右上角点个 Star :star: 支持一下,谢谢!
|
12 | 21 |
|
13 | 22 | ---
|
14 | 23 |
|
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"> |
19 | 27 | </p>
|
20 | 28 |
|
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 算法》,夯实基础后可大幅提升刷题效率 |
30 | 31 | </p>
|
31 | 32 |
|
32 |
| -<p align="left"> |
33 |
| - <em> |
| 33 | +<p align="center"> |
| 34 | + <a href="https://github.com/krahets/hello-algo"> |
34 | 35 | 前往仓库 >
|
35 |
| - <a href="https://github.com/krahets/hello-algo"> |
36 |
| - github.com/krahets/hello-algo |
37 |
| - </a> |
38 |
| - </em> |
39 |
| -</p> |
| 36 | + </a> |
| 37 | + |
| 38 | + <a href="https://www.hello-algo.com/"> |
| 39 | + 在线阅读 > |
| 40 | + </a> |
| 41 | +</p> |
40 | 42 |
|
41 | 43 | ---
|
42 | 44 |
|
|
0 commit comments