Selection Sort (cont.)
nFind the smallest.
n
nInterchange it with the first.
n
nFind the next smallest.
n
nInterchange it with the second.
n
n