Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Create slowsort.py #3865
Create slowsort.py #3865
Conversation
added slowsort algorithm implementation to sorts
I believe this algorithm has been already added here. |
The algorithm you linked to is Bogosort, which is an entirely different algorithm, but it is also called Slowsort at times. |
Oh, ok. Sorry for the misunderstanding |
Isort failed, looks like you need to reorder the imports |
Done! |
Thanks for contributing to open source @cclauss could you review and merge this pull request? |
added slowsort algorithm implementation to sorts
Describe your change:
Checklist:
Fixes: #{$ISSUE_NO}
.