X Tutup
The Wayback Machine - https://web.archive.org/web/20201030070149/https://github.com/OmkarPathak/pygorithm/pull/97
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

Add tests and improve documentation on new sorting algorithms #97

Merged
merged 1 commit into from Oct 16, 2019

Conversation

@Tjstretchalot
Copy link
Contributor

@Tjstretchalot Tjstretchalot commented Oct 15, 2019

This effectively standardizes the function arguments for all the new
sorting algorithms to be consistent with the other ones. Also fixes a few
bugs and performs some style improvements, such as moving documentation
of functions to after the function definition instead of before, and
adding documentation where it is missing.

This effectively standardizes the function arguments for all the new
sorting algorithms to be consistent with the other ones. Also fixes a few
bugs and performs some style improvements, such as moving documentation
of functions to after the function definition instead of before, and
adding documentation where it is missing.
@OmkarPathak OmkarPathak merged commit 5cc90d1 into OmkarPathak:master Oct 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

2 participants
You can’t perform that action at this time.
X Tutup