InterviewSolution
Saved Bookmarks
| 1. |
How many secondary operations are performed in a d-heap?(a) 1(b) 2(c) 3(d) 4The above asked question is from Heap topic in portion Heap of Data Structures & Algorithms IThe question was asked in unit test. |
|
Answer» CORRECT ANSWER is (d) 4 For explanation: The other OPERATIONS that can be performed in a d-heap are increasekey, decreasekey, buildheap and delete. |
|