1.

What is the auxiliary space complexity of merge sort?

A. O(1)
B. O(log n)
C. O(n)
D. O(n log n)
Answer» D. O(n log n)


Discussion

No Comment Found