Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Added Heap sort, tests, and documentation.#36

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
abranhe merged 3 commits intoabranhe:masterfromDatHydroGuy:add-heap-sort
Oct 6, 2019

Conversation

@DatHydroGuy
Copy link
Contributor

This pull request is:

  • A new Algorithm
  • An update to an existing algorithm.
  • An error fix
  • Other (Describe below*)

This pull request fixes:

issue#23

Changes:

Added heap sort algorithm. This is an in-place sort, so the function does not have a return statement. This also explains why the unit test looks a little different to the others. This can be easily modified to return the sorted array, but that removes the advantage of the in-place sort.

Fixed test call for tree sort.
Copy link
Owner

@abranheabranhe left a comment

Choose a reason for hiding this comment

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

Thank you so much for your contribution. Without people like you submitting pull requests we couldn't run this project.

💪 You rock@DatHydroGuy

Copy link
Owner

@abranheabranhe left a comment

Choose a reason for hiding this comment

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

Thanks so much for your contribution toThe All ▲lgorithms Project. Without people like you submitting Pull Requests we couldn't run this project. You rock@DatHydroGuy

@abranheabranhe merged commit78d8a9b intoabranhe:masterOct 6, 2019
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@abranheabranheabranhe approved these changes

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

2 participants

@DatHydroGuy@abranhe

[8]ページ先頭

©2009-2025 Movatter.jp