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 4c8329f commit 0e65436Copy full SHA for 0e65436
docs/17_二叉查找树/binary_search_tree.md
@@ -242,4 +242,4 @@ bst = BST.build_from(NODE_LIST)
242
243
# 延伸阅读
244
- 《Data Structures and Algorithms in Python》14 章,树的概念和算法还有很多,我们这里介绍最基本的
245
-- 了解 mysql 索引使用的 Btree 结构
+- 了解 mysql 索引使用的 B-Tree 结构
0 commit comments