Merge Sort Algorithm
shanvijha30 opened this issue · 3 comments
shanvijha30 commented
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.
shanvijha30 commented
@kishanrajput23 I would like to work on this issue. Could you please assign it to me.
ruchikayadav1408 commented
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.
kishanrajput23 commented
@ruchikayadav1408, this project is open for all just raise a PR and I'll merge that.