Skip to content

Citizen7751/BogoSort

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

Description

BogoSort is a joke sorting algorithm which just randomizes the list until it's sorted. This repo contains a playground called BogoSort.cpp and a readytouse folder to build it into other programs. (Why would wouldn't you do that?)


Compile on Windows with GCC

GCC:

g++ -o BogoSort.exe BogoSort.cpp

Notice: The playground is Windows-only.

About

Home-made BogoSort implementation in C++.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages