1.

Which of the following is the self-adjusting binary search tree?(a) AVL Tree(b) Splay Tree(c) Top Tree(d) Ternary TreeMy question is taken from Binary Trees in portion Binary Trees of Data Structures & Algorithms II had been asked this question during an online exam.

Answer»

Correct option is (B) Splay Tree

Best explanation: Splay tree is a self – adjusting BINARY search tree. It performs basic operations on the tree LIKE insertion, deletion, LOOP up performing all these operations in O (log n) time.



Discussion

No Comment Found

Related InterviewSolutions