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 heap and insertion sort #2

Merged
merged 2 commits into from
Apr 15, 2018
Merged

Add heap and insertion sort #2

merged 2 commits into from
Apr 15, 2018

Conversation

dliberat
Copy link

I included a couple of different implementations of insertion sort. Also took the liberty of adding the two new sorts to the tests, readme, and the command line arguments.

Copy link
Owner

@becurrie becurrie left a comment

Choose a reason for hiding this comment

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

Removed in place sorting to stay with convention so far from all sorts.

Everything works!

@becurrie becurrie merged commit 52cf063 into becurrie:master Apr 15, 2018
@becurrie becurrie mentioned this pull request Apr 15, 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.

None yet

2 participants