Examveda

What is the space complexity of Merge Sort?

A. O(n2)

B. O(1)

C. O(n)

D. O(log n)

Answer: Option C


This Question Belongs to Data Structure >> Sorting Algorithms

Join The Discussion

Related Questions on Sorting Algorithms