Sorting Algorithm Visualizer (v4.2)
Bubble sort is a simple algorithm that repeatedly compares and swaps adjacent elements in a list until the entire list is sorted. It has a best case, average case, and worst case time complexity of O(n^2).