Examveda

Which of the following sorting algorithms has a worst-case time complexity of O(n log n) and is also stable?

A. Merge Sort

B. Quick Sort

C. Heap Sort

D. Selection Sort

Answer: Option A


This Question Belongs to Data Structure >> Sorting Algorithms

Join The Discussion

Related Questions on Sorting Algorithms