12 wiersze
542 B
Markdown
12 wiersze
542 B
Markdown
![]() |
# 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](https://en.wikipedia.org/wiki/Bubble_sort).
|
||
|
|
||
|
|
||
|
This crate was published to support a new version of the Rust Cookbook published by Packt Publishing and written by [Claus Matzinger](https://blog.x5ff.xyz).
|
||
|
|
||
|
[Source code until the book is published](https://github.com/PacktPublishing/Hands-On-Data-Structures-and-Algorithms-with-Rust/blob/master/Chapter09/src/lib.rs)
|
||
|
|
||
|
# License
|
||
|
|
||
|
MIT
|