Skip to content

nwrenger/bubblesort-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bubblesort-example

This repo contains examples of the bubblesort algorithm written in rust. This branch is the default bubblesort algorithm with a little bit optimization. In the cocktail-shaked branch you can find a highly optimized version of the bubblesort algorithm, the Cocktailshakersort algorithm, which is in best cases upto 50% faster but in worse cases as fast as the normal bubblesort algorithm.

About

Examples of the bubblesort algorithm written in rust.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Languages