Merge sort and quicksort both fail into the same category of-03427
Merge sort and quicksort both fail into the same category of sorting algorithms, What is this category ?
This multiple choice question (MCQ) is related to the book/course vu cs301 Data Structures. It can also be found in vu cs301 Final Term - Quiz No.13.
Merge sort and quicksort both fail into the same category of sorting algorithms, What is this category ?
O(nlogn) sorts
Interchange sort
Average time is quadratic
None of the given options.