Merge pull request #63 from yabo083/patch-1

Update binary_tree_types.md
This commit is contained in:
Yudong Jin
2022-12-02 20:35:05 +08:00
committed by GitHub

View File

@@ -16,7 +16,7 @@ comments: true
完美二叉树的性质有: 完美二叉树的性质有:
- 若树高度 $= h$ ,则结点总数 $= 2^h$ - 若树高度 $= h$ ,则结点总数 $= 2^h$ - 1
## 完全二叉树 ## 完全二叉树