Menu

Binary Trees Questions

MCQ
1.
A binary tree whose every node has either zero or two children is called
forum Discussion
MCQ
2.
The depth of a complete binary tree is given by
forum Discussion
MCQ
3.
When representing any algebraic expression E which uses only binary operations in a 2-tree
forum Discussion
MCQ
4.
A binary tree can easily be converted into q 2-tree
forum Discussion
MCQ
5.
. When converting binary tree into extended binary tree, all the original nodes in binary tree are
forum Discussion
MCQ
6.
The post order traversal of a binary tree is DEBFCA. Find out the pre order traversal
forum Discussion
MCQ
7.
An algorithm that calls itself directly or indirectly is known as
forum Discussion
MCQ
8.
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
9.
The in order traversal of tree will yield a sorted listing of elements of tree in
forum Discussion
MCQ
10.
The complexity of Binary search algorithm is
forum Discussion
Page 1 of 12Next chevron_right