Which sorting algorithm exhibits a worst-case time complexity of O(n log n)?
Bubble sort
Selection sort
Insertion sort
Merge sort

Data Structures and Algorithms Exercises are loading ...