We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e4c224 commit 433680bCopy full SHA for 433680b
README.md
@@ -121,9 +121,12 @@ Python 抽象程度比较高, 我们能用更少的代码来实现功能,同
121
## 算法可视化
122
123
学习算法的过程中有时候会比较抽象,这里给大家推荐一些可视化的网站,方便更直观地理解各种算法和数据结构的执行步骤:
124
+遇到一个算法或数据结构,你可以 google 搜索 "名称+ visualization" 找到一些可视化网站方便理解,比如学习跳跃表的时候笔者就
125
+可以通过 goole "skip list visualization" 搜到一些可视化网站帮助你理解它的工作原理。
126
127
- https://github.com/algorithm-visualizer/algorithm-visualizer
128
- https://www.cs.usfca.edu/~galles/visualization/Algorithms.html
129
+- https://cmps-people.ok.ubc.ca/ylucet/DS/Algorithms.html
130
- https://runestone.academy/runestone/books/published/pythonds/index.html#
131
132
## 讲课形式
0 commit comments