InterviewSolution
Saved Bookmarks
| 1. |
What would be the result if the left subtree of the root has a null path length of 1 and the right subtree has a null path length of 2?(a) merge occurs without violation(b) violation at left subtree(c) violation at right subtree(d) violation at the rootMy question comes from Heap in chapter Heap of Data Structures & Algorithms II got this question during an interview. |
|
Answer» Correct answer is (d) violation at the root |
|