Page cover

Selection Sort

This sorting algorithm works by repeatedly finding the smallest element in an array and swapping it with the first element.

Last updated

Was this helpful?