Question: III. Sort algorithms 5.1 Consider the following sort algorithms: - Selections Sort Bubble Sort - Insertion Sort - Quick Sort 5.2. Explain in a couple

III. Sort algorithms 5.1 Consider the following sort algorithms: - Selections Sort Bubble Sort - Insertion Sort - Quick Sort 5.2. Explain in a couple sentences the main idea (principle) of these sort algorithms. 5.3. Show graphically with some explanations (optional is a pseudocode) how every algorithm works for the following sequence 10, 80, 30, 90, 40, 50, 70,20 5.4. Declare whether the algorithms are safe and in place. What if the sequence is already sorted? Write the order
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
