Bubble sort algorithm · Start at index zero, compare the element with the next one (a[0] & a[1] (a is the name of the array)), and swap if a[0] > a[1]. · Repeat ...
確定! 回上一頁