Menu

Binary Trees Questions

MCQ
31.
The depth of a complete binary tree is given by
forum Discussion
MCQ
32.
A binary tree can easily be converted into a 2-tree
forum Discussion
MCQ
33.
When converting binary tree into extended binary tree, all the original nodes in binary tree are
forum Discussion
MCQ
34.
The post order traversal of a binary tree is DEBFCA. Find out the pre order traversal
forum Discussion
MCQ
35.
In a binary tree, certain null entries are replaced by special pointers which point to nodes higher in the tree for efficiency. These special pointers are called
forum Discussion
MCQ
36.
The in order traversal of tree will yield a sorted listing of elements of tree in
forum Discussion
MCQ
37.
Let T be a binary search tree with 15 nodes. The minimum and maximum possible heights of T are:Note: The height of a tree with a single node is 0.
forum Discussion
MCQ
38.
If a node having two children is deleted from a binary tree, it is replaced by its
forum Discussion
MCQ
39.
A binary tree in which if all its levels except possibly the last, have the maximum number of nodes and all the nodes at the last level appear as far left as possible, is known as
forum Discussion
MCQ
40.
A full binary tree with n leaves contains
forum Discussion