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