Skip to content

Commit 76d6d92

Browse files
committed
add visualization bst url
1 parent 0a1ff5c commit 76d6d92

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/17_二叉查找树/binary_search_tree.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,7 @@ bst = BST.build_from(NODE_LIST)
227227
```
228228

229229
完整代码你可以在本章的 bst.py 找到。
230+
另外推荐一个可以在线演示过程的网址大家可以手动执行下看看效果: https://www.cs.usfca.edu/~galles/visualization/BST.html
230231

231232
# 时间复杂度分析
232233

0 commit comments

Comments
 (0)