Skip to content

Bubble sort demonstration for Python

Notifications You must be signed in to change notification settings

ishikaguleria/Bubble-Sort

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Just a simple demonstration of a bubble sort algorithm <http://en.wikipedia.org/wiki/Bubble_sort>

Input the items in a list as arguments.
Example: ./bubblesort.py <item1> [item2] [item3] [item4] ...

About

Bubble sort demonstration for Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 64.7%
  • C++ 35.3%