Among selection sort insertion sort merge sort quicksort


Problem

Among Selection Sort, Insertion Sort, Merge sort, Quicksort, and Heap sort, which algorithm would you choose in each list-sorting situation below? Justify your answers.

(a) The list has several hundred records. The records are quite long, but the keys are very short.

(b) The list has about 45,000 records. It is necessary that the sort be completed reasonably quickly in all cases. There is barely enough memory to hold the 45,000 records.

(c) The list has about 45,000 records, but it starts off only slightly out of order.

(d) The list has about 25,000 records. It is desirable to complete the sort as quickly as possible on the average, but it is not critical that the sort be completed quickly in every single case.

Request for Solution File

Ask an Expert for Answer!!
Data Structure & Algorithms: Among selection sort insertion sort merge sort quicksort
Reference No:- TGS02638920

Expected delivery within 24 Hours