Watch classic sorting algorithms reorder an array in real-time.
Algorithm details
Bubble sort repeatedly walks through the array, comparing adjacent elements and swapping them if they are in the wrong order. Large values "bubble" to the end of the array on each pass.
Tip: drag Size to the right for more bars or slide Speed to tune the animation.