Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nwrenger/bubblesort-example

Examples of the bubblesort algorithm written in rust.
https://github.com/nwrenger/bubblesort-example

algorithm bubblesort cocktailshakersort rust

Last synced: about 1 month ago
JSON representation

Examples of the bubblesort algorithm written in rust.

Awesome Lists containing this project

README

        

# 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.