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.
-
Notifications
You must be signed in to change notification settings - Fork 0
Bubble sort implemention
License
feridy/Sort-Algorithm-with-python
About
Bubble sort implemention
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published