What is a complete binary tree?

What is a complete binary tree? Correct Answer A binary tree, which is completely filled, with the possible exception of the bottom level, which is filled from left to right

A binary tree, which is completely filled, with the possible exception of the bottom level, which is filled from left to right is called complete binary tree. A Tree in which each node has exactly zero or two children is called full binary tree. A Tree in which the degree of each node is 2 except leaf nodes is called perfect binary tree.
Bissoy MCQ

Related Questions

A tree is cut partially and made to fall on ground. The tree however does not fall completely and is still attached to its cut part. The tree top touches the ground at a point 10m from foot of the tree making an angle of 30°. What is the length of the tree?
Which of the following is an advantage of balanced binary search tree, like AVL tree, compared to binary heap?