-
Notifications
You must be signed in to change notification settings - Fork 302
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
Heapsort java #189
Heapsort java #189
Conversation
Comment on d12873e, file bubble_sort/Python/Bubble_sort.py, line 8. The code does not comply to PEP8. Origin: PEP8Bear, Section: The issue can be fixed by applying the following patch: --- a/tmp/tmp0404xzbo/bubble_sort/Python/Bubble_sort.py
+++ b/tmp/tmp0404xzbo/bubble_sort/Python/Bubble_sort.py
@@ -6,4 +6,5 @@
return mas
+
print(bubble_sort([4, 3, 2, 1])) |
Comment on d12873e, file bubble_sort/Python/Bubble_sort.py, line 9. E305 expected 2 blank lines after class or function definition, found 1 Origin: PycodestyleBear (E305), Section: |
Comment on ce33034, file bubble_sort/Python/Bubble_sort.py, line 8. The code does not comply to PEP8. Origin: PEP8Bear, Section: The issue can be fixed by applying the following patch: --- a/tmp/tmppaeewf8w/bubble_sort/Python/Bubble_sort.py
+++ b/tmp/tmppaeewf8w/bubble_sort/Python/Bubble_sort.py
@@ -6,4 +6,5 @@
return mas
+
print(bubble_sort([4, 3, 2, 1])) |
Comment on ce33034, file bubble_sort/Python/Bubble_sort.py, line 9. E305 expected 2 blank lines after class or function definition, found 1 Origin: PycodestyleBear (E305), Section: |
PR without assignment |
For short term contributors: we understand that getting your commits well
defined like we require is a hard task and takes some learning. If you
look to help without wanting to contribute long term there's no need
for you to learn this. Just drop us a message and we'll take care of brushing
up your stuff for merge!
Fixes #21
By submitting this pull request I confirm I've read and complied with the
below declarations.
{Tag}: Add {Algorithm/DS name} [{Language}]
, notUpdate README.md
orAdded new code
.After you submit your pull request, DO NOT click the 'Update Branch' button.