InterviewSolution
Saved Bookmarks
| 1. |
What is the node path length of a node with 0 or 1 child?(a) 1(b) -1(c) 0(d) nullThe query is from Heap in chapter Heap of Data Structures & Algorithms IThis question was addressed to me in an interview for internship. |
|
Answer» The correct answer is (C) 0 |
|