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

StalinSort implemented in python #201

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

SleepingNerd
Copy link

Sorting algorithm where unsorted elements are eliminated.

Sorting algorithm where unsorted elements are eliminated.
@pep8speaks
Copy link

pep8speaks commented Feb 26, 2022

Hello @SleepingNerd! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:

There are currently no PEP 8 issues detected in this Pull Request. Cheers! 🍻

Comment last updated at 2022-02-26 18:17:23 UTC

Fixed:
Line 22:5: E303 too many blank lines (2)
Line 25:1: E305 expected 2 blank lines after class or function definition, found 1
* Added a docstring
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.

None yet

2 participants