Bogosort

This is new to me.

In computer science, bogosort (also random sort, shotgun sort or monkey sort) is a particularly ineffective sorting algorithm. Its only use is for educational purposes, to contrast it with other more realistic algorithms. If bogosort were used to sort a deck of cards, it would consist of checking if the deck were in order, and if it were not, one would throw the deck into the air, pick the cards up at random, and repeat the process until the deck is sorted. Its name comes from the word bogus.

Continue reading at http://en.wikipedia.org/wiki/Bogosort
By ANaimi
27 months and one week ago
Related Algorithms
Discussion
0
no comments yet
login to leave a comment

This is a request

This is a request for an algorithm implementation. You may create the implementation your self or up/down mode it. Once an implementation having the same name is created, this request will automatically disappear.

up down

rated by

2 users - list?

viewed by

8 users - list?

favorited by

0 users - list?

last activity

22 months and 2 days ago