bashbers / csharp-algorithms-hacktoberfest2018

Hacktoberfest repository which over time will include loads of c# algorithms.
https://hacktoberfest.digitalocean.com/
3 stars 29 forks source link

Implement bogosort #22

Closed pkos98 closed 6 years ago

pkos98 commented 6 years ago

Enter Id of issue here.

If you can check all of the above, congrats! :sparkles:

Description:

BogoSort is a highly ineffective sorting function based on the generate and test paradigm. The function successively generates permutations of its input until it finds one that is sorted.