📜  完整树与完整树 - 任何代码示例

📅  最后修改于: 2022-03-11 14:57:19.635000             🧑  作者: Mango

代码示例1
Full v.s. Complete Binary Trees. A full binary tree (sometimes proper binary tree or
2-tree) is a tree in which every node other than the leaves has two children.
A complete binary tree is a binary tree in which every level, except possibly the 
last, is completely filled, and all nodes are as far left as possible.