GitHubSign in

A highly inefficient sorting algorithm based on the generate and test paradigm, also known as stupid sort.

"Bogosort randomly permutes the elements until they happen to be in order, which is computationally impractical for sorting."

@openai