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.
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.cppClick 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.cppRun these scripts in a compiler online or application. The output should be shown.