Vidyalelo
Data Structure · Q62

Advanced Trees (AVL, RedBlack, BTrees)

Programming · Data Structure · question 62

Q62

What is the time complexity of Uttkonen's algorithm?

A.
O (log n!)
B.
O (n!)
C.
O (n2)
D.
O (n log n)
Answer

Answer: Option D

Solution

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