Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 344 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 344 Bytes

Bubble-sort

Looking at a bubble sort as it happens

This python program does a bubble sort commenting on what it does as it does it.

I highly recommend this YouTube video on sorting: Visualization of Quick sort. It includes the bubble sort. The other viedos in the series are fabulous as well.