Vidyalelo
Data Structure · Q211

Binary Search Trees(B Tree)

Programming · Data Structure · question 211

Q211

The average depth of a binary tree is given as?

A.
O(N)
B.
O(√N)
Answer
C.
O(N2)
D.
O(log N)

Answer: Option B

Solution

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