mirror of
https://github.com/krahets/hello-algo.git
synced 2025-12-16 03:59:18 +08:00
Fix the docs of binary_search_tree and
graph_operations.
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
|
||||
## 二叉搜索树的操作
|
||||
|
||||
我们将二叉搜索树封装为一个类 `ArrayBinaryTree` ,并声明一个成员变量 `root` ,指向树的根节点。
|
||||
我们将二叉搜索树封装为一个类 `BinarySearchTree` ,并声明一个成员变量 `root` ,指向树的根节点。
|
||||
|
||||
### 查找节点
|
||||
|
||||
|
||||
Reference in New Issue
Block a user