Skip to content
/ sbogo Public

Sbogo is a bogo sort program/algorithm written in python

Notifications You must be signed in to change notification settings

c1nn3r/sbogo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

SBOGO, A crappy python bogosort-ing program

This is a poc program made in 30 minutes, tried to keep it as light as possible except for the usual figlet banner and crappy nested if else statements.

sbogo cli

What is bogosort?

Honestly if you are on this repo, theres a 200% chance that you know this already and you searched for it, but in a nutshell bogosorting is a "method" of sorting an array by randomly shuffling the contents checking if it sorted and repeating if it is not...basically throwing spaghetti at wall hoping everything sticks and repeating until it does.

Warning

Although it sounds fullish and ineffective, this program or bogosort in general is pretty addictive i will not take any responsiblities if you end up at some nerd rehab lol

Installation

why? but anyways...

git clone https://github.com/c1nn3r/sbogo.git
cd sbogo/
pip3 install -r requirements.txt
./sbogo

lol, have fun

FAQS

Nobody asked for these but..

  1. Whats the point of this program?
  • Nothing,LITERALLY
  1. What can i use this for?
  • For anything more than a means to waste time and resources,I dont know
  1. Your code sucks, and it makes me wanna throw up
  • Thanks, that makes the two of us.
ps, feel free add colors and stuff, rice this thing

About

Sbogo is a bogo sort program/algorithm written in python

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages