31. What is the height of a Red-Black tree with n nodes in the worst case?
32. In a B-Tree of order m, what is the maximum number of keys a node can contain?
33. Which of the following is true about the root node in a B-Tree?
34. In a B-Tree of order 5, what is the minimum number of children a non-root node can have?
35. How does the height of a B-Tree compare to a binary search tree with the same number of nodes?
36. Which operation in a Red-Black tree might require re-coloring of nodes?
37. What is the time complexity for deleting a node in an AVL tree?
38. In an AVL tree, what happens when a node is deleted and it causes imbalance?
39. In a Red-Black tree, what does the term "splaying" refer to?
40. In a B-Tree, which operation can cause a node to split?
Read More Section(Advanced Trees (AVL, RedBlack, BTrees))
Each Section contains maximum 100 MCQs question on Advanced Trees (AVL, RedBlack, BTrees). To get more questions visit other sections.
