#sorting #bogo #wrote #algorithm #back #fun #learning

nightly badsort

Some basic sorting stuff I wrote as practice in Rust. Includes my favorite algorithm, BOGO Sort!

9 releases

0.2.2 Mar 28, 2022
0.2.1 Feb 25, 2022
0.1.5 Feb 12, 2022
0.1.1 Feb 27, 2021

#1287 in Algorithms

GPL-3.0-or-later

14KB
53 lines

badsort

I wrote BOGO Sort for fun while learning Rust a while back.


lib.rs:

Badsort

A BOGO Sort implementation I wrote when I was super bored.

Dependencies

~315KB