Add merge insertion sort#2211
Merged
itsvinayak merged 10 commits intomasterfrom Jul 20, 2020
unknown repository
Merged
Conversation
ruppysuppy
suggested changes
Jul 18, 2020
ruppysuppy
suggested changes
Jul 18, 2020
Member
ruppysuppy
left a comment
There was a problem hiding this comment.
Add the wikipedia url in the file as a comment or in the docstring
added 2 commits
July 18, 2020 19:17
Author
|
@ruppysuppy
fixed here |
Sahith02
approved these changes
Jul 18, 2020
cclauss
reviewed
Jul 18, 2020
cclauss
reviewed
Jul 18, 2020
cclauss
reviewed
Jul 18, 2020
Co-authored-by: Christian Clauss <cclauss@me.com>
…tion Co-authored-by: Christian Clauss <cclauss@me.com>
Co-authored-by: Christian Clauss <cclauss@me.com>
Author
|
@cclauss |
poyea
approved these changes
Jul 18, 2020
|
Hey @Ryuta69, TravisCI finished with status TravisBuddy Request Identifier: a02fb0a0-c92e-11ea-ac34-c150448e8ecf |
Author
stokhos
pushed a commit
to stokhos/Python
that referenced
this pull request
Jan 3, 2021
* Add merge insertion sort * Fix python naming conventions * Add wikipedia link * Add type hint * Fix python to python3 Co-authored-by: Christian Clauss <cclauss@me.com> * Refactor doubled process in if-condition into one outside of if-condition Co-authored-by: Christian Clauss <cclauss@me.com> * Refactor make python3 prior to python Co-authored-by: Christian Clauss <cclauss@me.com> * Fix name of is_surplus into has_last_odd_item * Add comment * Fix long comment to shorten Co-authored-by: Christian Clauss <cclauss@me.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Describe your change:
Checklist:
Fixes: #{$ISSUE_NO}.Wikipedia URL
https://en.wikipedia.org/wiki/Merge-insertion_sort
I did black and flake 8 process.