Examveda

What is the auxiliary space complexity of standard merge sort?

A. O(1)

B. O(log n)

C. O(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