Vidyalelo
Data Structure · Q105

Trees in Data Structures

Programming · Data Structure · question 105

Q105

What is the depth of any tree if the union operation is performed by height?

A.
O(N)
B.
O(log N)
Answer
C.
O(N log N)
D.
O(M log N)

Answer: Option B

Solution

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