Skip to content

Commit 433680b

Browse files
committed
visualization website
1 parent 9e4c224 commit 433680b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,9 +121,12 @@ Python 抽象程度比较高, 我们能用更少的代码来实现功能,同
121121
## 算法可视化
122122

123123
学习算法的过程中有时候会比较抽象,这里给大家推荐一些可视化的网站,方便更直观地理解各种算法和数据结构的执行步骤:
124+
遇到一个算法或数据结构,你可以 google 搜索 "名称+ visualization" 找到一些可视化网站方便理解,比如学习跳跃表的时候笔者就
125+
可以通过 goole "skip list visualization" 搜到一些可视化网站帮助你理解它的工作原理。
124126

125127
- https://github.com/algorithm-visualizer/algorithm-visualizer
126128
- https://www.cs.usfca.edu/~galles/visualization/Algorithms.html
129+
- https://cmps-people.ok.ubc.ca/ylucet/DS/Algorithms.html
127130
- https://runestone.academy/runestone/books/published/pythonds/index.html#
128131

129132
## 讲课形式

0 commit comments

Comments
 (0)