10000 [sorting] added algorithim for bogo sort by gastonche · Pull Request #20 · AllAlgorithms/javascript · GitHub
[go: up one dir, main page]

Skip to content

[sorting] added algorithim for bogo sort #20

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Oct 2, 2018

Conversation

gastonche
Copy link
Contributor

I added the implementation of a computer science sorting algorithm called BogoSort
In computer science, bogosort is a particularly ineffective sorting algorithm based on the generate and test paradigm. The algorithm successively generates permutations of its input until it finds one that is sorted. It is not useful for sorting, but may be used for educational purposes, to contrast it with other more realistic algorithms.

gastonche and others added 3 commits October 2, 2018 05:32
@abranhe
Copy link
Member
abranhe commented Oct 2, 2018

Thank you for contributing to Algorithms/javascript, your pr got merged! ✨

@abranhe abranhe merged commit 982334e into AllAlgorithms:master Oct 2, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants
0