Which of the following sorting algorithms has the worst-case time complexity of O(n^2)?
Selection Sort
Heap Sort
Quick Sort
Merge Sort

Computing Exercises are loading ...