The bubble sort algorithm works well with lists that are mostly already sorted
Implement bubble sort in Python
This post introduces the bubble sort algorithm. My next post (or two) will use Pygame to visualize the algorithm.
rodstephensbooks.com/bubble_sort1...
#Python #Algorithms #BubbleSort