mirror of
https://github.com/krahets/hello-algo.git
synced 2026-07-07 19:46:29 +08:00
build
This commit is contained in:
@@ -15,7 +15,7 @@ comments: true
|
||||
|
||||
## 7.4.1 二叉搜索树的操作
|
||||
|
||||
我们将二叉搜索树封装为一个类 `ArrayBinaryTree` ,并声明一个成员变量 `root` ,指向树的根节点。
|
||||
我们将二叉搜索树封装为一个类 `BinarySearchTree` ,并声明一个成员变量 `root` ,指向树的根节点。
|
||||
|
||||
### 1. 查找节点
|
||||
|
||||
|
||||
Reference in New Issue
Block a user