Skip to content

Commit ed19784

Browse files
committed
添加可视化链接
1 parent 755cf39 commit ed19784

File tree

1 file changed

+15
-6
lines changed

1 file changed

+15
-6
lines changed

README.md

+15-6
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,28 @@
11
对使用 `Python` 学习数据结构和算法的资料进行收集并学习。对于外文资料,会列出英文原版,并尽量找到中文译文版。
22

3-
## Problem Solving with Algorithms and Data Structures using Python
3+
## 书籍及资源
4+
5+
### Problem Solving with Algorithms and Data Structures using Python
46

57
[Problem Solving with Algorithms and Data Structures using Python-原版在线阅读](https://runestone.academy/runestone/static/pythonds/index.html)
68

79
[北大教材(含电子书)](http://gis4g.pku.edu.cn/course/pythonds/)
810

911
[网友翻译版本-Gitbooks](https://facert.gitbooks.io/python-data-structure-cn/)
1012

11-
## 数据结构与算法(基于 Python 语言)
13+
### 数据结构与算法(基于 Python 语言)
1214

1315
北大出品,[这里](http://www.math.pku.edu.cn/teachers/qiuzy/ds_python/courseware/index.htm)有教材幻灯片。
1416

1517
[数据结构与算法(基于 Python 语言)](http://www.math.pku.edu.cn/teachers/qiuzy/ds_python/)
1618

17-
## 算法图解
19+
### 算法图解
1820

1921
像小说一样有趣的算法入门书,科普入门向。
2022

2123
[算法图解-豆瓣](https://book.douban.com/subject/26979890/)
2224

23-
## `Python` 算法与数据结构教程
25+
### `Python` 算法与数据结构教程
2426

2527
含视频(收费),前知乎工程师写的。
2628

@@ -30,15 +32,21 @@
3032

3133
[python-algorithm](https://hujiaweibujidao.github.io/tags/algorithm/)
3234

33-
## Algorithms-Python
35+
### Algorithms-Python
3436

3537
来自 github trending ,暂时没有发现中文版。
3638

3739
[Algorithms-Python](https://github.com/TheAlgorithms/Python)
3840

39-
## Data Structures and Algorithms in Python
41+
### Data Structures and Algorithms in Python
4042
[Data Structures and Algorithms in Python](https://doc.lagout.org/programmation/python/Data%20Structures%20and%20Algorithms%20in%20Python%20[Goodrich,%20Tamassia%20&%20Goldwasser%202013-03-18].pdf)
4143

44+
## 可视化
45+
46+
- [数据结构和算法动态可视化 (中文)](https://visualgo.net/zh)
47+
- [Data Structure Visualizations-旧金山大学](https://www.cs.usfca.edu/~galles/visualization/Algorithms.html)
48+
- [Algorithm Visualizer](https://algorithm-visualizer.org/)
49+
4250
## 约定
4351

4452
本仓库中代码全部使用`Python3.6`实现,使用`Linux`操作系统运行。
@@ -54,6 +62,7 @@ Codename: bionic
5462
imoyao@local:~$ uname -a
5563
5664
Linux local 4.15.0-22-generic #24-Ubuntu SMP Wed May 16 12:15:17 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
65+
5766
```
5867

5968
>蜀之鄙有二僧,其一贫,其一富。贫者语于富者曰:“吾欲之南海,何如?”富者曰:“子何恃而往?”曰:“吾一瓶一钵足矣。”富者曰:“吾数年来欲买舟而下,犹未能也。子何恃而往?”越明年,贫者自南海还,以告富者。富者有惭色。

0 commit comments

Comments
 (0)