Which sorting algorithm boasts a time complexity of O(n log n) and excels in handling large data sets efficiently?
Bubble Sort
Selection Sort
Merge Sort

Computer Science and Technology Exercises are loading ...