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 6e92cf5 commit d3b413cCopy full SHA for d3b413c
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 索引使用的 B-Tree 结构
+- 了解 mysql 索引使用的 B-Tree 结构,这个可以是面试的时候数据库的常考点
0 commit comments