Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

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

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors