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 root
Answer: Option D
Join The Discussion