Examveda

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

A. O(n)

B. O(nlogn)

C. O(n2)

D. O(logn)

Answer: Option B


This Question Belongs to Data Structure >> Sorting Algorithms

Join The Discussion

Related Questions on Sorting Algorithms