Menu

Binary Trees Questions

MCQ
101.
In a binary search tree, which of the following traversals would print the numbers in the ascending order?
forum Discussion
MCQ
102.
What is a full binary tree?
forum Discussion
MCQ
103.
What is a complete binary tree?
forum Discussion
MCQ
104.
What is the time complexity for finding the height of the binary tree?
forum Discussion
MCQ
105.
In a full binary tree if number of internal nodes is I, then number of leaves L are?
forum Discussion
MCQ
106.
In a full binary tree if number of internal nodes is I, then number of nodes N are?
forum Discussion
MCQ
107.
In a full binary tree if there are L leaves, then total number of nodes N are?
forum Discussion
MCQ
108.
Which of the following is correct with respect to binary trees?
forum Discussion
MCQ
109.
Which of the following is false about a binary search tree?
forum Discussion
MCQ
110.
What is the speciality about the inorder traversal of a binary search tree?
forum Discussion