Selection Sort
1. Selection sort has the same average-case time complexity as worst-case time complexity.
2. In which case can selection sort be used?
3. Pick the incorrect step in selection sorting.
4. What are the correct intermediate steps when you perform Selection Sort on [2, 7, -3, 5]?
5. How many loops are there in the selection sort code?