Q227
What does the below definations convey? i. A binary tree is balanced if for every node it is gonna hold that the number of inner nodes in the left subtree and the number of inner nodes in the right subtree differ by at most 1. ii. A binary tree is balanced if for any two leaves the difference of the depth is at most 1.
A.
weight balanced and height balanced tree definations
AnswerB.
height balanced and weight balanced tree definations
C.
definations of weight balanced tree
D.
definations of height balanced tree
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board