anmolrishi / ProgrammingHub

For the benefit of programmers.
MIT License
10 stars 111 forks source link

Create bogosort.py #22

Closed GeoffYart closed 6 years ago

GeoffYart commented 6 years ago

A very fast and efficient sorting algorithm 😜

just kidding it's a probabilistic sorting algorithm whose average performance is factorial time.

harvey-dev commented 6 years ago

Darn it you beat me to it.