Why coding a monkey sort or bogosort in ruby isn't so stupid after all
Off all the sort routines in all the repositories, the monkey sort is probably the stupidest. But that doesn’t mean you can’t learn something putting the code together. Explore a monkey sort implementation in ruby - with code this stupid, you would be stupid not to!.
Post a comment