Examveda

How does a Splay Tree ensure that recently accessed elements are quick to access again?

A. By performing rotations to move accessed nodes to the root

B. By balancing the tree after each operation

C. By using a self-balancing mechanism

D. By storing elements in a sorted manner

Answer: Option A


This Question Belongs to Data Structure >> Trees In Data Structures

Join The Discussion

Related Questions on Trees in Data Structures