Watch the sorting algorithm in action!
Bubble Sort compares neighboring numbers and swaps them if the left one is bigger. Numbers "bubble up" to their correct position!
🔴 Red = Comparing | 🔵 Blue = Swapping | 🟢 Green = Sorted