Difference between binary tree and complete binary tree
Answers
Answered by
2
hy
frnd..
A full binary tree(sometimes proper binary tree or 2-tree or strictly binary 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.
frnd..
A full binary tree(sometimes proper binary tree or 2-tree or strictly binary 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.
Similar questions