Skip to content

Latest commit

 

History

History
24 lines (12 loc) · 747 Bytes

README.md

File metadata and controls

24 lines (12 loc) · 747 Bytes

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.