Vidyalelo
Data Structure · Q34

Trees in Data Structures

Programming · Data Structure · question 34

Q34

What is the main characteristic of a splay tree?

A.
It performs rotations to move accessed elements closer to the root.
Answer
B.
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