Vidyalelo
Data Structure · Q39

Advanced Trees (AVL, RedBlack, BTrees)

Programming · Data Structure · question 39

Q39

In a Red-Black tree, what does the term "splaying" refer to?

A.
Moving a node to the root to improve access times.
Answer
B.
Rotating nodes to maintain balance.
C.
Re-coloring nodes to restore properties.
D.
Inserting nodes while maintaining balance.

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board