Skip to content

keitharm/Bogosort

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bogosort

Bogosort implemented in C++

Basically, provide the program with a list of unsorted numbers and it'll sort them...by choosing two random indexes and swapping them over and over until the list is finally sorted :)

#How to use Make sure you have the latest version of g++ installed and compile with make

The program can be executed with ./bogo FILE where FILE is the number list you want sorted.

About

Bogosort implemented in C++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published