Skip to content

Commit d3b413c

Browse files
committed
Btree link
1 parent 6e92cf5 commit d3b413c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,4 +242,4 @@ bst = BST.build_from(NODE_LIST)
242242

243243
# 延伸阅读
244244
- 《Data Structures and Algorithms in Python》14 章,树的概念和算法还有很多,我们这里介绍最基本的
245-
- 了解 mysql 索引使用的 B-Tree 结构
245+
- 了解 mysql 索引使用的 B-Tree 结构,这个可以是面试的时候数据库的常考点

0 commit comments

Comments
 (0)