Vidyalelo
Data Structure · Q261

Binary Search Trees(B Tree)

Programming · Data Structure · question 261

Q261

What is the average case time complexity for finding the height of the binary tree?

A.
h = O(loglogn)
B.
h = O(nlogn)
C.
h = O(n)
D.
h = O(log n)
Answer

Answer: Option D

Solution

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