InterviewSolution
Saved Bookmarks
| 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 |
|