Vidyalelo
Data Structure · Q25

Advanced Trees (AVL, RedBlack, BTrees)

Programming · Data Structure · question 25

Q25

What does the term "splaying" refer to in the context of splay trees?

A.
A method to sort elements in a tree.
B.
A technique for hashing elements.
C.
A method of balancing AVL trees.
D.
A technique to move recently accessed nodes to the root.
Answer

Answer: Option D

Solution

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