Examveda

What is the worst case time complexity of the binary tree sort?

A. O(n)

B. O(nlogn)

C. O(n2)

D. O(logn)

Answer: Option C


This Question Belongs to Data Structure >> Sorting Algorithms

Join The Discussion

Related Questions on Sorting Algorithms