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] Merge Sort [C++] #258

Closed
megamayoy opened this issue Oct 4, 2018 · 6 comments · Fixed by #492
Closed

[Algo] Merge Sort [C++] #258

megamayoy opened this issue Oct 4, 2018 · 6 comments · Fixed by #492
Assignees
Labels

Comments

@megamayoy
Copy link
Member

https://en.wikipedia.org/wiki/Merge_sort

@megamayoy
Copy link
Member Author

I would like to start working on this. Will you please assign it to me ?

@sangamcse
Copy link
Member

GitMate.io thinks possibly related issues are #250 ([Algo] Quick Sort [C++]), #62 ([Algo] Insertion Sort [C++]), #222 ([Algo] Radix Sort [C++]), #20 ([Algo]: Add Bubble Sort in C++), and #45 ([Algo] Binary Search [C++]).

@sangamcse sangamcse added the enhancement New feature or request label Oct 4, 2018
@rudr4x5h
Copy link

rudr4x5h commented Oct 4, 2018

@megamayoy I'm doing it 👍

rudr4x5h added a commit to rudr4x5h/Algorithms that referenced this issue Oct 4, 2018
@sangamcse
Copy link
Member

@D3vil0p3r Read others comments also before opening a PR. @megamayoy has claimed the issue first.

megamayoy added a commit to megamayoy/Algorithms that referenced this issue Oct 4, 2018
This adds merge sort algorithm. It's a divide and conquer algo that divides a list
into halves to sort them separately and then merges them.

Closes NITSkmOS#258
@amrtaher1234
Copy link

I will do it
how to assign myself to an issue? I'm new here 🗡

@rudr4x5h
Copy link

rudr4x5h commented Oct 4, 2018

@D3vil0p3r Read others comments also before opening a PR. @megamayoy has claimed the issue first.

@sangamcse apologies.

yashasingh added a commit to yashasingh/Algorithms that referenced this issue Oct 29, 2018
This commit adds the cpp implementation of merge sort for NITSkmOS/Algorithms.

closes NITSkmOS#258
yashasingh added a commit to yashasingh/Algorithms that referenced this issue Oct 30, 2018
Cpp implementation of merge sort for NITSkmOS/Algorithms.

closes NITSkmOS#258
yashasingh added a commit to yashasingh/Algorithms that referenced this issue Oct 30, 2018
Cpp implementation of merge sort for NITSkmOS/Algorithms

closes NITSkmOS#258
yashasingh added a commit to yashasingh/Algorithms that referenced this issue Oct 30, 2018
Cpp implementation of merge sort for NITSkmOS/Algorithms

closes NITSkmOS#258
yashasingh added a commit to yashasingh/Algorithms that referenced this issue Oct 30, 2018
Cpp implementation of merge sort for NITSkmOS/Algorithms

closes NITSkmOS#258
yashasingh added a commit to yashasingh/Algorithms that referenced this issue Oct 30, 2018
Cpp implementation of merge sort for NITSkmOS/Algorithms

closes NITSkmOS#258
yashasingh added a commit to yashasingh/Algorithms that referenced this issue Oct 31, 2018
Cpp implementation of merge sort for NITSkmOS/Algorithms

closes NITSkmOS#258
sangamcse pushed a commit that referenced this issue Oct 31, 2018
Cpp implementation of merge sort for NITSkmOS/Algorithms

closes #258
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
5 participants