Selection Sort

1. Selection sort has the same average case time complexity as worst-case time complexity
2. In which case selection sort can 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]?
How many loops will be there in the Selection sort code?