| Crates.io | bubble-sort |
| lib.rs | bubble-sort |
| version | 0.2.0 |
| created_at | 2019-04-15 21:31:02.646883+00 |
| updated_at | 2019-04-15 22:17:35.078043+00 |
| description | A quick and non-optimized, cloning version of the bubble sort algorithm. Created as a showcase for publishing crates in the Rust Cookbook 2018 |
| homepage | https://blog.x5ff.xyz |
| repository | https://github.com/PacktPublishing/Rust-Cookbook |
| max_upload_size | |
| id | 128214 |
| size | 3,678 |
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
MIT