🔄Bubble sort is a simple sorting algorithm that compares adjacent elements and swaps them if they are in the wrong order.
📈Bubble sort forms a curve as it sorts a list of items.
✨The shape of the curve changes over time as iterations progress.
🔢The curve represents the relative positions of items in the list.
⏰The number of iterations determines how much of the list is sorted.