31. Which special balanced binary search tree is used to store the nodes of auxiliary tree?
32. General ordered tree can be encoded into binary trees.
33. What is the time complexity of for achieving competitive ratio by tango tree?
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?
36. The number of edges from the root to the node is called . . . . . . . . of the 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?
39. What must be the ideal size of array if the height of tree is 'l'?
40. For the tree below, write the post-order traversal.
/1725101775-52-2.png)
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.
