Skip to content

Implemented Heap Sort, Bubble Sort and Selection Sort (JS) #220

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 5 commits into from
Oct 5, 2018
Merged

Implemented Heap Sort, Bubble Sort and Selection Sort (JS) #220

merged 5 commits into from
Oct 5, 2018

Conversation

heykishan
Copy link
Contributor

@heykishan heykishan commented Oct 4, 2018

Implemented Heap Sort, Bubble Sort and Selection Sort.

Please link to the issue here:
fixes #219
fixes #225
fixes #224

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.

@heykishan heykishan closed this Oct 4, 2018
@heykishan heykishan changed the title Added Bubble Sort in JS. Fixes #219 Added Heap Sort in JS. Fixes #219 Oct 4, 2018
@heykishan heykishan reopened this Oct 4, 2018
@GnikDroy GnikDroy changed the title Added Heap Sort in JS. Fixes #219 Implemented Heap Sort and Selection Sort (JS) Fixes #219 Oct 5, 2018
@GnikDroy
Copy link
Contributor

GnikDroy commented Oct 5, 2018

@heykishan Can you fill in the description please? see #216 for reference

Edit: Nevermind I did it myself.

@GnikDroy GnikDroy changed the title Implemented Heap Sort and Selection Sort (JS) Fixes #219 Implemented Heap Sort and Selection Sort (JS) Oct 5, 2018
@GnikDroy GnikDroy requested a review from tstreamDOTh October 5, 2018 05:07
@GnikDroy GnikDroy self-requested a review October 5, 2018 11:59
@GnikDroy GnikDroy changed the title Implemented Heap Sort and Selection Sort (JS) Implemented Heap Sort, Bubble Sort and Selection Sort (JS) Oct 5, 2018
@GnikDroy GnikDroy merged commit 941c573 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
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement Selection Sort (JS) Implement HeapSort in (JS) Bubble Sort in (JS)
3 participants