NITSkmOS / Algorithms

In case you want to contribute, ping on https://gitter.im/NITSkmOS/algo.
https://nitskmos.github.io/Algorithms
MIT License
99 stars 302 forks source link

[Algo] Merge Sort [Java] #149

Closed udayvig closed 5 years ago

udayvig commented 5 years ago

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

Please assign this to me.

sangamcse commented 5 years ago

GitMate.io thinks possibly related issues are https://github.com/NITSkmOS/Algorithms/issues/21 ([Algo]: Add Heapsort in Java), https://github.com/NITSkmOS/Algorithms/issues/46 ([Algo] Binary Search [Java]), https://github.com/NITSkmOS/Algorithms/issues/18 ([Algo]: Add Bubble Sort in Java), https://github.com/NITSkmOS/Algorithms/issues/63 ([Algo] Insertion Sort [Java]), and https://github.com/NITSkmOS/Algorithms/issues/134 ([Algo] Shell Sort [Java]).

vishnoitanuj commented 5 years ago

I have added a PR to Mere sort in java. Please check it. Thanks for involving participation @udayvig

fedesassone commented 5 years ago

Can I get this assigned?

sangamcse commented 5 years ago

@fedesassone still waiting for you to accept the invitation.

sangamcse commented 5 years ago

@fedesassone assigned. Also, don't forget to read CONTRIBUTING.md documentation before opening a PR.