linuz / Bogosort

Bogosort demonstration for Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Just a simple demonstration of a bogosort algorithm <http://en.wikipedia.org/wiki/Bogosort>

Input the items in a list as arguments.
Example: ./bogosort.py <item1> [item2] [item3] [item4] ...

About

Bogosort demonstration for Python


Languages

Language:Python 100.0%