Skip to content

Added python implementation of heap sort #213

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

Merged
merged 1 commit into from
Oct 5, 2018
Merged

Added python implementation of heap sort #213

merged 1 commit into from
Oct 5, 2018

Conversation

punkyoon
Copy link
Contributor

@punkyoon punkyoon commented Oct 4, 2018

Description

Added python implementation of heapsort.

Related Issue

fixes #202

How Has This Been Tested? (Optional)

$ python HeapSort.py

Types of changes

What types of changes does your code introduce? Put an x in all the boxes that apply:

  • New Algorithm (non-breaking change which adds functionality)

Checklist:

Go over all the following points, and put an x in all the boxes that apply.

If you're unsure about any of these, don't hesitate to ask. We're here to help!

  • My code follows the code style of this project.

  • I have read the CONTRIBUTING document.

@GnikDroy GnikDroy added good first issue Good for newcomers python labels Oct 4, 2018
@GnikDroy
Copy link
Contributor

GnikDroy commented Oct 4, 2018

@punkyoon Thank you for contributing. You can issue an algorithm of your choice not implemented anytime. Your PR will be merged after code review has passed.

@tstreamDOTh tstreamDOTh merged commit 6b39be6 into Asiatik:master Oct 5, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers python
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement Heap Sort (Python)
3 participants