1.

Pairing heaps time complexity was inspired by that of?(a) splay tree(b) treap(c) red-black tree(d) avl treeMy query is from Heap in division Heap of Data Structures & Algorithms IThis question was posed to me in an international level competition.

Answer»

Correct ANSWER is (a) splay tree

Explanation: The pairing HEAPS insertion, deletion and search time complexity was initially INSPIRED by that of splay TREES.



Discussion

No Comment Found

Related InterviewSolutions