1.

d-heap is similar to that of a?(a) binary heap(b) fibonacci heap(c) leftist heap(d) treapQuestion is taken from Heap topic in section Heap of Data Structures & Algorithms II have been asked this question in my homework.

Answer»

Correct answer is (a) BINARY HEAP

Easiest explanation - A d-heap is SIMILAR to that of a binary heap EXCEPT that binary heaps have two children and d-heaps have d children.



Discussion

No Comment Found

Related InterviewSolutions