91. The pre-order and in-order are traversals of a binary tree are T M L N P O Q and L M N T O P Q. Which of following is post-order traversal of the tree?
92. After the insertion operation, is the resultant tree a splay tee?
/1725256949-66-8.png)
93. What are splay trees?
94. What is the time complexity for finding the node at x position where n is the length of the rope?
95. What are the children for node 'w' of a complete-binary tree in an array representation?
96. Consider the following data. The pre order traversal of a binary tree is A, B, E, C, D. The in order traversal of the same binary tree is B, E, A, D, C. The level order sequence for the binary tree is . . . . . . . .
97. Which type of binary search tree is imitated for construction of tango tree?
98. A binary tree is balanced if the difference between left and right subtree of every node is not more than . . . . . . . .
99. What are the conditions for an optimal binary search tree and what is its advantage?
100. Which of the following property of splay tree is correct?
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.