Hint: Sorting

Question: We've seen a number of sorting algorithms in the last few weeks: selection sort, insertion sort, mergesort, quicksort, and heapsort. Describe the advantages and disadvantages of each.

Hint: In comparing sorting algorithms, here are a few things to consider.

Answer.


Hint: Sorting / Arrays algorithms / Review questions / 15-211 A, B