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

Merge Sort in JavaScript #1427

Closed
ghost opened this issue Dec 8, 2020 · 4 comments
Closed

Merge Sort in JavaScript #1427

ghost opened this issue Dec 8, 2020 · 4 comments
Assignees

Comments

@ghost
Copy link

ghost commented Dec 8, 2020

🚀 Feature

Adding Merge Sort function in JavaScript sort directory

Have you read the Contributing Guidelines on Pull Requests?

Yes

Motivation

To implement a recursive function to sort a list in JavaScript using Merge sort.

Pitch

Use Divide and Conquer and Recursion to implement merge sort.

@Siddhant-K-code
Copy link
Contributor

I can do this in JavaScript

iamrajiv added a commit that referenced this issue Dec 11, 2020
Merge Sort Using recursion In Java in reply to issue (Merge Sort in JavaScript #1427)
@iamrajiv iamrajiv removed the Java label Dec 11, 2020
@HarshCasper HarshCasper assigned ghost and unassigned ghost Dec 12, 2020
@joeyouss
Copy link

Hey! kindly assign this to me

@Sameera-Aryasomayajula
Copy link

I would like to work on the C++ version of this algorithm under DWOC.

@iamrajiv
Copy link
Contributor

iamrajiv commented Jan 1, 2021

@Sameera-Aryasomayajula Merge sort in C++ has already been implemented.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants