Vidyalelo
Data Structure · Q62

Heaps

Programming · Data Structure · question 62

Q62

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

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board