Rust-Programming-Cookbook/Chapter03/publish-crate
Claus Matzinger 16a31fb177 add publish-crate 2019-10-08 14:50:56 +02:00
..
src add publish-crate 2019-10-08 14:50:56 +02:00
Cargo.toml add publish-crate 2019-10-08 14:50:56 +02:00
README.md add publish-crate 2019-10-08 14:50:56 +02:00

README.md

Bubble Sort

A non-optimal implemenation of the bubble sort algorithm. Best case runtime is O(n) - worst case O(n^2). Read more on wikipedia.

This crate was published to support a new version of the Rust Cookbook published by Packt Publishing and written by Claus Matzinger.

Source code until the book is published

License

MIT