InterviewSolution
Saved Bookmarks
| 1. |
In a leftist heap, the null path length of a null node is defined as?(a) 0(b) 1(c) null(d) -1I'm obligated to ask this question of Heap topic in chapter Heap of Data Structures & Algorithms IThis question was posed to me in an interview for internship. |
|
Answer» Correct choice is (d) -1 |
|