Skip to content

Commit 0e65436

Browse files
committed
spell error
1 parent 4c8329f commit 0e65436

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 索引使用的 Btree 结构
245+
- 了解 mysql 索引使用的 B-Tree 结构

0 commit comments

Comments
 (0)