If quicksort is so quick, why bother with anything else? If
bubble sort is so bad, why even mention it? For that matter, why
are there so many different sorting algorithms? Your task is to
investigate these and other questions in relation to the algorithms
selection sort, insertion sort, merge sort, and quicksort.
Write a set of guidelines for each algorithm to help someone
decide which one would be most appropriate for a particular
situation. Include in your guidelines a...