Sorting Algorithm Visualizer

Bubble Sort repeatedly steps through the list, compares adjacent items, and swaps them if they are in the wrong order. This process repeats until the list is sorted.