Menu

Binary Trees Questions

MCQ
41.
One can convert a binary tree into its mirror image by traversing it in
forum Discussion
MCQ
42.
The pre-order and post order traversal of a Binary Tree generates the same output. The tree can have maximum
forum Discussion
MCQ
43.
A binary tree of depth
forum Discussion
MCQ
44.
What is the maximum possible number of nodes in a binary tree at level 6?
forum Discussion
MCQ
45.
In order to get the contents of a Binary search tree in ascending order, one has to traverse it in
forum Discussion
MCQ
46.
In order to get the information stored in a Binary Search Tree in the descending order, one should traverse it in which of the following order?
forum Discussion
MCQ
47.
A binary tree is a special type of tree, which can either be empty or have a finite set of nodes, such that, one of the nodes is designated as the root node and the remaining nodes are partitioned into sub trees of the root nodes known as__________.
forum Discussion
MCQ
48.
Unlike a general tree, each node in a binary tree is restricted to have at the most __________child nodes only.
forum Discussion
MCQ
49.
A binary tree is a ________data structure; each node belongs to a particular level number.
forum Discussion
MCQ
50.
The depth of a binary tree is the highest level number of any ______ in the binary tree.
forum Discussion