Selection Sort
Notice:
the right side of the screen is in sorted order
the next smallest element is found and then swapped into the correct spot
this algorithm does only one swap per element to be sorted