![]() |
VOOZH | about |
Selection Sort is one of the simplest comparison-based sorting algorithms. It sorts an array by repeatedly finding the smallest (or largest) element from the unsorted portion and placing it in its correct position.
[-202, -97, -9, -2, 0, 11, 45, 88, 747]
Explanation: