Selection Sort
Last updated
Was this helpful?
Last updated
Was this helpful?
The selection sort algorithm works by selecting the smallest value in the unsorted portion of the array then swapping it with the first value of the unsorted portion of the array.