Question
Which data structure or concept is best described as a self-adjusting binary search tree that moves accessed nodes toward the root?
Select an option. Your answer will be checked instantly.
Correct Answer: A. Splay Tree
Explanation:
Splay Tree is a self-adjusting binary search tree that moves accessed nodes toward the root.
This description distinguishes it from the other choices.
Leave a Reply