In computer science, bogosort[1][2] (also known... - dofaq.co
bogosort

In computer science, bogosort[1][2] (also known...

wikipedia - 02 Jun 2022
In computer science, bogosort[1][2] (also known as permutation sort, stupid sort,[3] or slowsort[4]) is a sorting algorithm based on the generate and test paradigm. The function successively generates permutations of its input until it finds one that is sorted. It is not considered useful for sorting, but may be used for educational purposes, to contrast it with more efficient algorithms.

What's New