Skip to content

Commit 748d183

Browse files
committed
Update Readme.md
1 parent 5a3d810 commit 748d183

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
# 图解算法数据结构
22

3-
[![stars](https://img.shields.io/github/stars/krahets/LeetCode-Book?style=social)](https://github.com/krahets/LeetCode-Book) [![followers](https://img.shields.io/github/followers/krahets?style=social)](https://github.com/krahets)
3+
[![stars](https://img.shields.io/github/stars/krahets/LeetCode-Book?style=social)](https://github.com/krahets/LeetCode-Book) [![followers](https://img.shields.io/github/followers/krahets?style=social)](https://github.com/krahets) ![leetcode-tests](https://img.shields.io/badge/LeetCode%20tests-75%20passed%2C%200%20failed-brightgreen)
44

5-
[![Python](https://img.shields.io/badge/Language-Python3-teal)]()[![Python](https://img.shields.io/badge/Language-Java-orange)]()[![Python](https://img.shields.io/badge/Language-C++-blue)]()
5+
[![Python](https://img.shields.io/badge/Language-Python3-teal)]()[![Python](https://img.shields.io/badge/Language-Java-orange)]()[![Python](https://img.shields.io/badge/Language-C++-blue)]()
66

77
本 Repo 为 LeetBook《图解算法数据结构》的配套代码仓,全部代码已在本地与 LeetCode 测试通过。
88

9-
[<img src="https://pic.leetcode-cn.com/1599187248-gDiWnC-image.png" width="500" style="zoom:70%;" />](https://leetcode-cn.com/leetbook/detail/illustration-of-algorithm/)
9+
[<img src="https://pic.leetcode-cn.com/1599187248-gDiWnC-image.png" width="500" style="zoom:65%;" />](https://leetcode-cn.com/leetbook/detail/illustration-of-algorithm/)
1010

1111
《图解算法数据结构》面向算法初学者、互联网求职者设计,主要内容包括:
1212

1313
### 「剑指 Offer 图文题解」
1414

15-
- 图文详解 75 道题目,覆盖主要算法知识点,适合作为学习算法的 **第一份题库**
15+
- 图文详解 75 道题目,覆盖主要算法知识点,非常适合作为算法学习的**第一份题库**
1616

17-
- 题库活跃于各大公司的笔面试中,可使笔面试准备事半功倍。
17+
- 题库活跃于各大互联网公司招聘中,可使笔面试准备事半功倍。
1818

1919
- 作者致力于行文深入浅出、图文搭配,提供简洁的 Python3, Java, C++ 解题代码。
2020

@@ -36,7 +36,7 @@
3636

3737
## 刷题计划
3838

39-
笔者整理了本刷题计划,核心理念为从易到难、从基础类题目到综合类题目,供希望按照知识点类型顺序刷题的小伙伴们参考。行百里者半九十,坚持一个月刷完,一起加油!
39+
笔者整理了《剑指 Offer 》刷题计划,核心理念为从易到难、从基础类题目到综合类题目,供希望按照知识点类型顺序刷题的小伙伴们参考。行百里者半九十,坚持一个月刷完,一起加油!
4040

4141
| 日程 | 题目 |
4242
| :--------: | :------------------------------------------------ |
@@ -169,7 +169,7 @@
169169

170170
### [动态规划](https://leetcode-cn.com/leetbook/read/illustration-of-algorithm/m5zfc1/)
171171

172-
> 动态规划是算法重难点,值得重点关注、理解与练习
172+
> 动态规划是算法重难点,也是笔面试重要考点,需要重点理解与练习
173173
174174
- 动态规划问题特点,动态规划和分治算法的联系与区别;
175175
- 借助例题介绍重叠子问题和最优子结构分别是什么,以及动态规划是如何解决它们的;

0 commit comments

Comments
 (0)