Skip to content
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

Added Sorting Algorithm (Bogo Sort) #36

Merged
merged 3 commits into from
Oct 3, 2022
Merged

Conversation

AryaDeepanshu
Copy link
Contributor

@AryaDeepanshu AryaDeepanshu commented Oct 3, 2022

Bogosort (also known as permutation sort, stupid sort, or slowsort) 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.

@AryaDeepanshu AryaDeepanshu changed the title Create in_Python.py Added Sorting Algorithm (Bogo Sort) Oct 3, 2022
@AryaDeepanshu
Copy link
Contributor Author

#4 issue
@AnirudhDaya @4N1Z verify the PR

Copy link
Collaborator

@AnirudhDaya AnirudhDaya left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey pal, the code works great. But needs documentation like

  • Complexities

@AryaDeepanshu
Copy link
Contributor Author

Hey pal, the code works great. But needs documentation like

  • Complexities

requested changes are made

Copy link
Collaborator

@AnirudhDaya AnirudhDaya left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great work buddy! Merging this one.

@AnirudhDaya AnirudhDaya merged commit edeaa7a into 4N1Z:main Oct 3, 2022
@AnirudhDaya AnirudhDaya added enhancement New feature or request good first issue Good for newcomers Hacktoberfest hacktoberfest-accepted This PR has been accepted as a hacktoberfest PR labels Oct 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers Hacktoberfest hacktoberfest-accepted This PR has been accepted as a hacktoberfest PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants