Vidyalelo
Data Structure · Q227

Binary Search Trees(B Tree)

Programming · Data Structure · question 227

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
Answer
B.
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