bubble-sort 0.2.0

A quick and non-optimized, cloning version of the bubble sort algorithm. Created as a showcase for publishing crates in the Rust Cookbook 2018
Documentation
  • Coverage
  • 100%
    2 out of 2 items documented1 out of 2 items with examples
  • Size
  • Source code size: 3.3 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.08 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 9s Average build duration of successful builds.
  • all releases: 9s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • PacktPublishing/Rust-Cookbook
    27 13 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • celaus

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