InterviewSolution
Saved Bookmarks
| 1. |
Descending priority queue can be implemented using ______(a) max heap(b) min heap(c) min-max heap(d) trieMy question is based upon Heap topic in section Heap of Data Structures & Algorithms II had been asked this question during an interview for a job. |
|
Answer» The correct choice is (a) MAX heap |
|