In computer science, bogosort (also random sort, shotgun sort or monkey sort)'s a particularly ineffective sorting algorithm. Its only use's for educational purposes, to contrast it with other more realistic algorithms. If bogosort were used to sort a deck of cards, it'd consist of checking if the deck were in order, and if it weren't, one would throw the deck into the air, pick the cards up at random, and repeat the process until the deck's sorted. It's named after the humorous term quantum bo… (
More on Bogosort)