1
1
对使用 ` Python ` 学习数据结构和算法的资料进行收集并学习。对于外文资料,会列出英文原版,并尽量找到中文译文版。
2
2
3
- ## Problem Solving with Algorithms and Data Structures using Python
3
+ ## 书籍及资源
4
+
5
+ ### Problem Solving with Algorithms and Data Structures using Python
4
6
5
7
[ Problem Solving with Algorithms and Data Structures using Python-原版在线阅读] ( https://runestone.academy/runestone/static/pythonds/index.html )
6
8
7
9
[ 北大教材(含电子书)] ( http://gis4g.pku.edu.cn/course/pythonds/ )
8
10
9
11
[ 网友翻译版本-Gitbooks] ( https://facert.gitbooks.io/python-data-structure-cn/ )
10
12
11
- ## 数据结构与算法(基于 Python 语言)
13
+ ### 数据结构与算法(基于 Python 语言)
12
14
13
15
北大出品,[ 这里] ( http://www.math.pku.edu.cn/teachers/qiuzy/ds_python/courseware/index.htm ) 有教材幻灯片。
14
16
15
17
[ 数据结构与算法(基于 Python 语言)] ( http://www.math.pku.edu.cn/teachers/qiuzy/ds_python/ )
16
18
17
- ## 算法图解
19
+ ### 算法图解
18
20
19
21
像小说一样有趣的算法入门书,科普入门向。
20
22
21
23
[ 算法图解-豆瓣] ( https://book.douban.com/subject/26979890/ )
22
24
23
- ## ` Python ` 算法与数据结构教程
25
+ ### ` Python ` 算法与数据结构教程
24
26
25
27
含视频(收费),前知乎工程师写的。
26
28
30
32
31
33
[ python-algorithm] ( https://hujiaweibujidao.github.io/tags/algorithm/ )
32
34
33
- ## Algorithms-Python
35
+ ### Algorithms-Python
34
36
35
37
来自 github trending ,暂时没有发现中文版。
36
38
37
39
[ Algorithms-Python] ( https://github.com/TheAlgorithms/Python )
38
40
39
- ## Data Structures and Algorithms in Python
41
+ ### Data Structures and Algorithms in Python
40
42
[ 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 )
41
43
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
+
42
50
## 约定
43
51
44
52
本仓库中代码全部使用` Python3.6 ` 实现,使用` Linux ` 操作系统运行。
@@ -54,6 +62,7 @@ Codename: bionic
54
62
imoyao@local:~$ uname -a
55
63
56
64
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
+
57
66
```
58
67
59
68
> 蜀之鄙有二僧,其一贫,其一富。贫者语于富者曰:“吾欲之南海,何如?”富者曰:“子何恃而往?”曰:“吾一瓶一钵足矣。”富者曰:“吾数年来欲买舟而下,犹未能也。子何恃而往?”越明年,贫者自南海还,以告富者。富者有惭色。
0 commit comments