1.

What are splay trees?(a) self adjusting binary search trees(b) self adjusting binary trees(c) a tree with strings(d) a tree with probability distributionsThis is a very interesting question from Splay Tree topic in chapter Binary Trees of Data Structures & Algorithms IThe question was posed to me in homework.

Answer»

The correct option is (a) self adjusting BINARY SEARCH TREES

The best EXPLANATION: Splay trees are HEIGHT balanced, self adjusting BST’s.



Discussion

No Comment Found

Related InterviewSolutions