Showing 1 result(s)

Decision Maths 1 Revision

Sorting Algorithms Bubble Sort Numbers are sorted into ascending order by comparing pairs of numbers. If the number on the left is larger than the number on the right, the two numbers are swapped. If the number on the right is larger, everything is kept the same. This process is repeated until the list is …