Sorting1: Bubble Sort¶
Introduction to Bubble Sort¶
Bubble sort works on the repeatedly swapping of adjacent elements until they are not in the intended order. It is called bubble sort because the movement of array elements is just like the movement of air bubbles in the water. Bubbles in water rise up to the surface; similarly, the array elements in bubble sort move to the end in each iteration.
Short Video Lecture¶
(Video here)
VisualCodeChat Tutoring¶
Interact and Learn with VisualCodeChat!
After-class Exercises¶
(Exercises here)