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

[Algo] Heap sort [java] #508

Closed
pentalpha opened this issue Oct 30, 2018 · 3 comments
Closed

[Algo] Heap sort [java] #508

pentalpha opened this issue Oct 30, 2018 · 3 comments
Labels
bug Something isn't working difficulty/low hacktoberfest HACKTOBERFEST 2020 lang/Java type/algo

Comments

@pentalpha
Copy link

This repository is missing a Heap sort implementation using Java.

@pentalpha
Copy link
Author

I wish to be assigned to this issue

@sangamcse
Copy link
Member

GitMate.io thinks possibly related issues are #451 ([Algo] Merge Sort [Java]), #149 ([Algo] Merge Sort [Java]), #23 ([Algo] Heapsort [C]), #379 ([Algo] Counting Sort [java]), and #150 ([Algo] Quick Sort [Java]).

@sangamcse sangamcse added the bug Something isn't working label Oct 31, 2018
pentalpha added a commit to pentalpha/Algorithms that referenced this issue Oct 31, 2018
This commit adds heap_sort.java, which includes an Java
implementation of the Heap sort algorithm, using a custom
Heap data structure.

Closes NITSkmOS#508
@sangamcse
Copy link
Member

Duplicate of #21

@sangamcse sangamcse marked this as a duplicate of #21 Oct 31, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working difficulty/low hacktoberfest HACKTOBERFEST 2020 lang/Java type/algo
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants