Skip to content

git-package/sorting-algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

These are my sorting algorithms. I built these because I am learning c++. I made stagesort myself but im not sure if there is something similar out there.

Installation

Click bogosort to install bogosort or use the bash command below.

Invoke-WebRequest 'https://raw.githubusercontent.com/git-package/sorting-algorithms/main/bogosort.cpp' -OutFile ./bogosort.cpp

Click stagesort to install stagesort or use the bash command below.

Invoke-WebRequest 'https://raw.githubusercontent.com/git-package/sorting-algorithms/main/stagesort.cpp' -OutFile ./stagesort.cpp

How to use

Run these scripts in a compiler online or application. The output should be shown.

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published