Crates.io | badsort |
lib.rs | badsort |
version | 0.2.2 |
source | src |
created_at | 2021-02-25 05:35:33.557961 |
updated_at | 2022-03-28 16:35:47.655267 |
description | Some basic sorting stuff I wrote as practice in Rust. Includes my favorite algorithm, BOGO Sort! |
homepage | https://github.com/toddas90/badsort |
repository | https://github.com/toddas90/badsort |
max_upload_size | |
id | 360263 |
size | 38,893 |
I wrote BOGO Sort for fun while learning Rust a while back.