Skip to content

Commit 2656687

Browse files
committed
Add fork icon.
1 parent a0003b4 commit 2656687

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,8 +1,8 @@
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) ![leetcode-tests](https://img.shields.io/badge/LeetCode%20tests-75%20passed%2C%200%20failed-brightgreen)
3+
[![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) [![followers](https://img.shields.io/github/followers/krahets?style=social)](https://github.com/krahets)
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+
![leetcode-tests](https://img.shields.io/badge/LeetCode%20tests-75%20passed%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)
66

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

@@ -149,25 +149,25 @@
149149

150150
---
151151

152-
## 精选算法专栏
152+
## 算法专栏
153153

154-
### [数据结构简介](https://leetcode-cn.com/leetbook/read/illustration-of-algorithm/50e446/)
154+
### [数据结构简介](https://leetcode-cn.com/leetbook/read/illustration-of-algorithm/50e446/)
155155

156156
> 建议对数据结构不熟悉的同学,先看这篇熟悉用法。
157157
158158
- 常用数据结构「分类」和「基本特点」;
159159
- 在算法中,数据结构的「常用操作」;
160160
- 在 Python3 , Java , C++ 语言中,各数据结构的初始化与构建方法。
161161

162-
### [算法复杂度](https://leetcode-cn.com/leetbook/read/illustration-of-algorithm/r84gmi/)
162+
### [算法复杂度](https://leetcode-cn.com/leetbook/read/illustration-of-algorithm/r84gmi/)
163163

164164
> 复杂度是算法优劣性的有力评价指标,对于理解算法起着至关重要的作用。
165165
166166
- 什么是时间复杂度、空间复杂度?
167167
- 「时间复杂度」和「空间复杂度」的概念定义、符号表示、常见种类、时空权衡。
168168
- 时间与空间复杂度的示例解析、示例题目。
169169

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

172172
> 动态规划是算法重难点,也是笔面试重要考点,需要重点理解与练习。
173173
@@ -176,7 +176,7 @@
176176
- 动态规划的解题框架总结;
177177
- 动态规划的练习例题,从易到难排序;
178178

179-
### [排序算法简介](https://leetcode-cn.com/leetbook/read/illustration-of-algorithm/pxal47/)
179+
### [排序算法简介](https://leetcode-cn.com/leetbook/read/illustration-of-algorithm/pxal47/)
180180

181181
> 排序是最经典的算法问题之一,由浅入深的多种算法涵盖多个算法知识点(例如暴力搜索、分治算法、堆数据结构等)。
182182

0 commit comments

Comments
 (0)