Examveda

What is the auxiliary space complexity of a median of three quick sort?

A. O(1)

B. O(n)

C. O(log n)

D. O(n log n)

Answer: Option C


This Question Belongs to Data Structure >> Sorting Algorithms

Join The Discussion

Related Questions on Sorting Algorithms