Selection Sort - rFronteddu/general_wiki GitHub Wiki
Repeatedly select the minimum/maximum element from the unsorted portion of the array and swap it with the first unsorted element.
Repeatedly select the minimum/maximum element from the unsorted portion of the array and swap it with the first unsorted element.