Which sorting algorithm employs the divide-and-conquer approach, achieving an average-case time complexity of O(n log n)?
Bubble Sort
Insertion Sort
Merge Sort
Selection Sort

Data Structures and Algorithms Exercises are loading ...