Examveda

What is the worst case time complexity of tree sort (when implemented with an unbalanced tree)?

A. O(n)

B. O(n log n)

C. O(n2)

D. O(log n)

Answer: Option C


This Question Belongs to Data Structure >> Sorting Algorithms

Join The Discussion

Related Questions on Sorting Algorithms