Selection Sort (選擇排列法)

找出目前最小得值,然後放到最左邊,這樣一個一個放

Worst Performance O(n^2) Best Performance O(n^2) Average Performance O(n^2)