Which sort is an O(n log n) comparison-basedsorting algorithm?
Quicksort
Mergesort
divide and conquer
Binary
a.Quicksort
b.Mergesort
There are two classes of sorting algorithms namely, O(n2) - algorithms and O(n log n)-algorithms. O(n2)-class includes bubble sort, insertion sort,selection sort and shell sort. O(n log n)-class includes heap sort, merge sort
and quick sort.
Need a fast expert's response?
Submit order
and get a quick answer at the best price
for any assignment or question with DETAILED EXPLANATIONS!