##Why does the Selection sort have
##positions = list(range(n-1))
##instead of
##positions = list(range(n))