Q49
What is the worst case analysis of an AA-Tree?
A.
O(N)
B.
O(log N)
AnswerC.
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