bubble-sort-davidkim

Crates.iobubble-sort-davidkim
lib.rsbubble-sort-davidkim
version0.1.0
sourcesrc
created_at2022-03-07 05:43:12.057418
updated_at2022-03-07 05:43:12.057418
descriptionA quick and non-optimized, cloning version of the bubble sort algorithm. Created as a showcase for publishing crates in the Rust Cookbook 2018
homepage
repositoryhttps://github.com/SeongjungKim/rust
max_upload_size
id544849
size3,492
DavidKim (SeongjungKim)

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: 0

cargo fmt