InterviewSolution
Saved Bookmarks
| 1. |
Which of the following methods is the best choice for complex applications?(a) binary heap(b) d-heap(c) treap(d) pairing heapMy question comes from Heap topic in section Heap of Data Structures & Algorithms II have been asked this question during an interview for a job. |
|
Answer» The correct option is (d) pairing HEAP |
|