Q34
What is the main characteristic of a splay tree?
A.
It performs rotations to move accessed elements closer to the root.
AnswerB.
It maintains balance by performing rotations.
C.
It allows elements to be stored in a balanced order.
D.
It ensures the height is minimized by reordering elements.
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board