-
+3Binary Search by hr0nix 25 months and 4 weeks ago
-
+1Bubble Sort by ANaimi 30 months and 2 weeks ago
-
+2Closed Form Fibonacci by blekdrago 27 months and one week ago
-
+3
-
+2Cocktail Sort by ANaimi 27 months and one week ago
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
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.


