/Bogosort

Bogosort demonstration for Python

Primary LanguagePython

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] ...