InterviewSolution
Saved Bookmarks
| 1. |
What will be the position of 5, when a max heap is constructed on the input elements 5, 70, 45, 7, 12, 15, 13, 65, 30, 25?(a) 5 will be at root(b) 5 will be at last level(c) 5 will be at second level(d) 5 can be anywhere in heapI would like to ask this question from Heap topic in division Heap of Data Structures & Algorithms IThe question was posed to me during an online interview. |
|
Answer» Right option is (b) 5 will be at last level |
|