Bubble Sort Visualizer
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 no swaps are needed, which means the list is sorted.
5
1
4
2
8
Speed:
Step: 1 / 26
Speed:
Step: 1 / 26
Bubble Sort Details
Current Step:
Initial state of the array.