1.

Which operation cannot be directly performed in a d-heap?(a) insert(b) delete(c) find(d) createMy question is based upon Heap topic in portion Heap of Data Structures & Algorithms II had been asked this question in an interview for internship.

Answer»

The CORRECT ANSWER is (C) find

Explanation: Find operation in a d-heap cannot be performed as in other HEAPS. This is the main WEAKNESS of d-heap.



Discussion

No Comment Found

Related InterviewSolutions