Introduction to Selection Sort
Selection sort works by finding the minimum, and then comparing each element to that minimum to decide its correct position. (Reading time: under 3 minutes)
We'll cover the following...
Selection sort is a simple sorting ...