Skip to content

Add Bubble, Insertion and Selection sort #9

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 2 commits into from
Oct 9, 2018

Conversation

Martmists-GH
Copy link
Contributor

Added functions, tests and documentation for all of these.

Note:
This repository should follow PEP8 guidelines, so I recommend adding a linter (flake8 or yapf) to check the code for any PR submitted. This would improve code quality overall.
Additionally, I recommend using spaces over tabs as most IDEs (such as PyCharm) use spaces for indentation by default.

Martmists-GH and others added 2 commits October 9, 2018 18:52
Signed-off-by: Martmists <martmists@gmail.com>
Copy link
Owner

@abranhe abranhe left a comment

Choose a reason for hiding this comment

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

Thanks for your contribution to The All ▲lgorithms project, the huge collection of algorithms implemented in different languages.

  • ✅Bubble Sort
  • ✅Insertion Sort
  • ✅Selection Sort

Thanks again! and keep it in touch, there is a lot of code to review & you can help!!

Make sure you visit @AllAlgorithms/Python

I will try to drop a new release at the end of the month with the new algorithm that people may add, so I guess your contribution would be available on version v0.0.1 soon.

@abranhe abranhe merged commit 0217d88 into abranhe:master Oct 9, 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