/bogo-sort

A script to test the efficiency of a Bogo sort on arrays of varying lengths

Primary LanguageJupyter NotebookMIT LicenseMIT

Bogo sort algorithm effectiveness visualiser

Overview

A script to experimentally visualise the amount of comparisons needed to sort an integer array of varying lengths with the bogo sort algorithm. The bogo sort algorithm randomly permutates an array until it is sorted and is an extremely inefficient algorithm.

Output

Output

Run

Run each of the cells in bogo.ipynb

Acknoledgements

Created by Nasser Kessas

Contributing

PRs accepted, feel free to dive in! Open an issue or submit PRs.

Bogo sort follows the Contributor Covenant Code of Conduct.