Menu

Binary Trees Questions

MCQ
71.
The number of unused pointers in a complete binary tree of depth 5 is:
forum Discussion
MCQ
72.
One can determine whether a Binary tree is a Binary Search Tree by traversing it in ................
forum Discussion
MCQ
73.
The maximum number of nodes in a binary tree of depth 5 is ...............
forum Discussion
MCQ
74.
A complete binary tree with n leaf nodes has ..............
forum Discussion
MCQ
75.
A binary tree can be converted in to its mirror image by traversing it in ..............
forum Discussion
MCQ
76.
Which of the following need not to be a binary tree ?
forum Discussion
MCQ
77.
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 called
forum Discussion
MCQ
78.
A complete binary tree with the property that the value at each node is at least as large as the values at its children is called
forum Discussion
MCQ
79.
Traversing a binary tree first root and then left and right subtrees called _______traversal.
forum Discussion
MCQ
80.
A binary tree having n nodes and depth d will be about complete binary tree if
forum Discussion