Vidyalelo
Data Structure · Q49

Binary Search Trees(B Tree)

Programming · Data Structure · question 49

Q49

What is the worst case analysis of an AA-Tree?

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

Answer: Option B

Solution

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