Skip to content

Commit 0bff488

Browse files
yw-1021krahets
andauthored
Update binary_tree.md (#1454)
* Update binary_tree.md 关于完全二叉树严谨性补充:完美二叉树是一棵特殊的完全二叉树,完全二叉树的最底层节点可以是满的。 * Update binary_tree.md --------- Co-authored-by: Yudong Jin <[email protected]>
1 parent f0755bd commit 0bff488

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/chapter_tree/binary_tree.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -651,7 +651,7 @@
651651

652652
### 完全二叉树
653653

654-
如下图所示,<u>完全二叉树(complete binary tree)</u>只有最底层的节点未被填满,且最底层节点尽量靠左填充。
654+
如下图所示,<u>完全二叉树(complete binary tree)</u>只有最底层的节点未被填满,且最底层节点尽量靠左填充。请注意,完美二叉树也是一棵完全二叉树。
655655

656656
![完全二叉树](binary_tree.assets/complete_binary_tree.png)
657657

0 commit comments

Comments
 (0)