Instructions

This is a simple visualization of sorting algorithms. You can select the algorithm you want to visualize and the speed of the visualization. Click on the "Play" button to start the visualization.

You can restart the visulation by selecting the random button, and change the sorting algorithm by changing the dropdown. Enjoy!

Bubble Sort

Bubble sort is a simple sorting algorithm that repeatedly steps through the list, compares adjacent elements and swaps them if they are in the wrong order. The pass through the list is repeated until the list is sorted.

Sorry, this demo is best viewed on a larger screen.

You might wanna head back now.

Back to homepage