File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
# 图解算法数据结构
2
2
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 )
4
4
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 )
6
6
7
7
本 Repo 为 LeetBook《图解算法数据结构》的配套代码仓,全部代码已在本地与 LeetCode 测试通过。
8
8
149
149
150
150
---
151
151
152
- ## 精选算法专栏
152
+ ## 算法专栏
153
153
154
- ### [ 数据结构简介] ( https://leetcode-cn.com/leetbook/read/illustration-of-algorithm/50e446/ )
154
+ ### 「 [ 数据结构简介] ( https://leetcode-cn.com/leetbook/read/illustration-of-algorithm/50e446/ ) 」
155
155
156
156
> 建议对数据结构不熟悉的同学,先看这篇熟悉用法。
157
157
158
158
- 常用数据结构「分类」和「基本特点」;
159
159
- 在算法中,数据结构的「常用操作」;
160
160
- 在 Python3 , Java , C++ 语言中,各数据结构的初始化与构建方法。
161
161
162
- ### [ 算法复杂度] ( https://leetcode-cn.com/leetbook/read/illustration-of-algorithm/r84gmi/ )
162
+ ### 「 [ 算法复杂度] ( https://leetcode-cn.com/leetbook/read/illustration-of-algorithm/r84gmi/ ) 」
163
163
164
164
> 复杂度是算法优劣性的有力评价指标,对于理解算法起着至关重要的作用。
165
165
166
166
- 什么是时间复杂度、空间复杂度?
167
167
- 「时间复杂度」和「空间复杂度」的概念定义、符号表示、常见种类、时空权衡。
168
168
- 时间与空间复杂度的示例解析、示例题目。
169
169
170
- ### [ 动态规划] ( https://leetcode-cn.com/leetbook/read/illustration-of-algorithm/m5zfc1/ )
170
+ ### 「 [ 动态规划] ( https://leetcode-cn.com/leetbook/read/illustration-of-algorithm/m5zfc1/ ) 」
171
171
172
172
> 动态规划是算法重难点,也是笔面试重要考点,需要重点理解与练习。
173
173
176
176
- 动态规划的解题框架总结;
177
177
- 动态规划的练习例题,从易到难排序;
178
178
179
- ### [ 排序算法简介] ( https://leetcode-cn.com/leetbook/read/illustration-of-algorithm/pxal47/ )
179
+ ### 「 [ 排序算法简介] ( https://leetcode-cn.com/leetbook/read/illustration-of-algorithm/pxal47/ ) 」
180
180
181
181
> 排序是最经典的算法问题之一,由浅入深的多种算法涵盖多个算法知识点(例如暴力搜索、分治算法、堆数据结构等)。
182
182
You can’t perform that action at this time.
0 commit comments