Sorting Algorithm Visualizer

Watch algorithms sort data in real-time with beautiful animations

50
50
0
Comparisons
0
Swaps
0ms
Time

Bubble Sort

Compares adjacent elements and swaps them if they're in wrong order.

Unsorted
Comparing
Swapping
Sorted