1.

How is a pairing heap represented?(a) binary tree(b) fibonacci tree(c) heap ordered tree(d) treapThis intriguing question comes from Heap in portion Heap of Data Structures & Algorithms IThe question was posed to me in semester exam.

Answer»

The CORRECT choice is (c) heap ordered TREE

Best explanation: A pairing heap is represented as a heap-ordered tree and the ANALYSIS of pairing heap is open.



Discussion

No Comment Found

Related InterviewSolutions