Start at the beginning of the list. Compare the first value in the list with the next one up. If the first value is bigger, swap the positions of the two values. Move to the second value in the list.
這個專案的目的是 解釋演算法是如何運作.重點放在程式碼的清晰和可讀性 ...