Selection Sort
•So, we can once again search for the largest item...in a list one smaller than before.
•When we find it, we swap it with the last item (which is really the next to the last item in the original list).
•We continue doing this until there is only 1 item left.