bubble-sort

Crates.iobubble-sort
lib.rsbubble-sort
version0.2.0
sourcesrc
created_at2019-04-15 21:31:02.646883
updated_at2019-04-15 22:17:35.078043
descriptionA quick and non-optimized, cloning version of the bubble sort algorithm. Created as a showcase for publishing crates in the Rust Cookbook 2018
homepagehttps://blog.x5ff.xyz
repositoryhttps://github.com/PacktPublishing/Rust-Cookbook
max_upload_size
id128214
size3,678
Claus M (celaus)

documentation

README

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

Commit count: 14

cargo fmt