Which sorting algorithm has a divide-and-conquer approach and an average and worst-case time complexity of O(n log n)?
Bubble Sort
Selection Sort
Insertion Sort
Merge Sort

Software Engineering Exercises are loading ...