Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

This is my improved bubbleSort algorithm. I have seen some implementations that track if the array is sorted while working in the middle, but this tracks where the last swap occured so it can jump ahead on partially sorted lists.

About

My slightly improved bubble sort algorithm. Still O n^2, but just a tad faster

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages