Skip to content

feridy/Sort-Algorithm-with-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Sort-Algorithm-with-python

Bubble Sort Algorithm

Bubble algorithm , sometime referred to as sinking sort, is a simple sorting algorithm that repeatedly steps through the list to be sorted, compares each pair of adjacent items and swaps them if they are in the wrong order.The pass through the list is respeated until no swaps are needed, which indicates that the list is sorted. From Wikipedia.

About

Bubble sort implemention

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published