Skip to content

Commit f79c85e

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

File tree

1 file changed

+8
-31
lines changed

1 file changed

+8
-31
lines changed

README.md

Lines changed: 8 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,46 +1,25 @@
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/)
22

33
![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)
44

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/)是一本面向算法初学者、互联网求职者编写的算法题目解析手册。
66

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》的所有题目,题库活跃于各大互联网公司笔面试。
158
- 行文深入浅出、图文搭配,提供简洁的 **Python, Java, C++** 解题代码。
169
- 提供 **30 天刷题计划****题目分类**,让刷题有迹可循。
1710

18-
### :blue_book: 基础知识与算法专题
19-
20-
- **基础知识:** 时间复杂度、空间复杂度的概念与推算方法。
21-
- **数据结构:** 数组、栈、队列、字符串、链表、树、图、堆、哈希表的基本用法。
22-
- **算法专题:** 分治算法、动态规划、搜索与回溯、查找算法、贪心算法、排序、位运算、双指针、模拟、数学。
23-
24-
## :student: 适合人群
25-
26-
- 互联网算法、软件岗位求职者。
27-
- 从零开始接触数据结构与算法的同学。
28-
- 具有一定编程基础,计划系统学习算法的同学。
11+
> 若本 LeetBook 对您有所帮助,请在页面右上角点个 Star :star: 支持一下,谢谢!
2912
3013
---
3114

32-
# 算法学习路线
33-
34-
## :book: 第一步:算法快速入门
35-
36-
如果您是算法初学者,建议先读一本算法入门书,可大幅提升 :rocket: 刷题效率。
37-
3815
<p align="left">
3916
<a href="https://www.hello-algo.com/">
4017
<img src="https://pic.leetcode.cn/1670004905-lAqTkA-hello-algo_1280_640.jpg" width="400">
4118
</a>
4219
</p>
4320

21+
如果您是算法初学者,推荐阅读《Hello 算法》,夯实基础,可大幅提升刷题效率。
22+
4423
<p align="left">
4524
<em>
4625
前往阅读 >
@@ -59,9 +38,9 @@ LeetBook《图解算法数据结构》面向算法初学者、互联网求职者
5938
</em>
6039
</p>
6140

62-
## :hourglass: 第二步:按计划刷题
41+
---
6342

64-
本《剑指 Offer》刷题计划已被[力扣(LeetCode)官方题单](https://leetcode.cn/study-plan/lcof/)采用,理念为从易到难、从基础类题目到综合类题目
43+
本《剑指 Offer》刷题计划已被[力扣(LeetCode)官方题单](https://leetcode.cn/study-plan/lcof/)采用。
6544

6645
行百里者半九十,坚持一个月刷完,一起加油!
6746

@@ -176,8 +155,6 @@ LeetBook《图解算法数据结构》面向算法初学者、互联网求职者
176155

177156
---
178157

179-
若本书对您有所帮助,麻烦请您点个 Star :star: 啦,谢谢!
180-
181158
## License
182159

183160
This work is licensed under CC-BY-SA-4.0 license.

0 commit comments

Comments
 (0)