Skip to content

flakevine/bogosort

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bogosort

Feeling lucky today?, if yes then this package is for you, it sorts an list shuffling until its sorted!, the most inefficient method of sorting a list!

Instalation

$ pip install bogosort

Code sample

# To use it just do this:

from bogosort import bogo_sort

sorted_arr = bogo_sort([2,3,1,10,8,20,4])

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages