Crates.io | bubble-sort-davidkim |
lib.rs | bubble-sort-davidkim |
version | 0.1.0 |
source | src |
created_at | 2022-03-07 05:43:12.057418 |
updated_at | 2022-03-07 05:43:12.057418 |
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 | |
repository | https://github.com/SeongjungKim/rust |
max_upload_size | |
id | 544849 |
size | 3,492 |
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