Skip to content

A sample python program to demonstrate a simple bubble sort, originally written by Gary of 'Gary Explains' on YouTube:

Notifications You must be signed in to change notification settings

jimoconnell/BubbleSortSaga

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

BubbleSortSaga

A sample python program to demonstrate a simple bubble sort, originally written by Gary of 'Gary Explains' on YouTube: https://www.youtube.com/watch?v=WOjc48sVo6E& I've transcribed it from Gary's video to accompany a blog post I'm writing at: https://mmdc.net/what-is-a-bubble-sort/

I changed it a bit here and there to run smoothly using Python3 as well as adding some sleep(1) lines to make the output more readable when run.

About

A sample python program to demonstrate a simple bubble sort, originally written by Gary of 'Gary Explains' on YouTube:

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages