1.
Of the following rules that are followed by an AA-tree, which of the following is incorrect?
1. Only right children can be red
2. Procedures are coded recursively
3. Instead of storing colors, the level of a node is stored
4. There should not be any left children

6.
What are the disadvantages of normal binary tree traversals?

7.
What is the reason behind the simplicity of a treap?

9.
When we have red-black trees and AVL trees that can perform most of operations in logarithmic times, then what is the need for splay trees?

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.