[x] Have you followed the guidelines in our Readme.md document?
[x] Have you created tests for your algorithm?
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.
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.
O(n)
O((n+1)!
O(n+1)!