kishanrajput23/Java-Projects-Collections

Merge Sort Algorithm

shanvijha30 opened this issue · 3 comments

Merge sort is a recursive algorithm that continuously splits the array in half until it cannot be further divided i.e., the array has only one element left (an array with one element is always sorted). Then the sorted subarrays are merged into one sorted array.

@kishanrajput23 I would like to work on this issue. Could you please assign it to me.

I would like to contribute to this project.Please assign me this project.I will complete this project in just one day by using comments,appropriate variable names and in most efficient way.Greatly looking ahead to work with you.

@ruchikayadav1408, this project is open for all just raise a PR and I'll merge that.