Sorting Algorithm - Bubble sort
This game is not designed to run on your device. Add it to a collection to play later, or you can try to run it anyway.
Bubble sort is a simple sorting algorithm. The algorithm starts at the beginning of the data set. It compares the first two elements, and if the first is greater than the second, it swaps them.

The maximum number of operations that would have to be done in the worst case would be (n^2), where n is the number of lines to sort.
Code Simplified:
Inspiration and information source:
| Status | Released |
| Platforms | HTML5 |
| Author | EthanGrane alias CodeTrigger |

