InterviewSolution
Saved Bookmarks
| 1. |
Theleaf node for a heap of height h will be at which position.(a) h(b) h-1(c) h or h-1(d) h-2This key question is from Weak Heap in portion Heap of Data Structures & Algorithms II had been asked this question during an interview. |
|
Answer» Right OPTION is (c) H or h-1 |
|