Which of the following is an advantage of merge sort over quick sort?
Guaranteed O(n log n) time complexity.
Divide-and-conquer approach.
Recursive nature.
In-place sorting.

Data Structures and Algorithms Exercises are loading ...