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.

Learn more

Time Complexity

Worst Case:O(n²)
Average Case:O(n²)
Best Case:O(n)

Settings Visualizer

Speed:

100%

Amount of bars:

Sound Effects:

Measure Time:

Elapsed Time
00:000
© 2025 by Tobias Reuß |  GitHub