Skip to content

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

License

Notifications You must be signed in to change notification settings

nasserkessas/bogo-sort

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published