1.

Which of the following sorting algorithm has the worst time complexity of n log(n)?

A. Heap sort
B. Quick sort
C. Selection sort
D. Insertion sort
Answer» B. Quick sort


Discussion

No Comment Found