34.
What is/are the disadvantages of implementing tree using normal arrays?

35.
What is the speciality about the inorder traversal of a binary search tree?

37.
A binary search tree contains values 7, 8, 13, 26, 35, 40, 70, 75. Which one of the following is a valid post-order sequence of the tree provided the pre-order sequence as 35, 13, 7, 8, 26, 70, 40 and 75?

38.
In a binary search tree, which of the following traversals would print the numbers in the ascending order?

Read More Section(Binary Search Trees(B Tree))

Each Section contains maximum 100 MCQs question on Binary Search Trees(B Tree). To get more questions visit other sections.