ayushi-ras / beginner-contribution-

Beginners Friendly
MIT License
13 stars 63 forks source link

Merge sort added successfully #40

Open mayur9922 opened 1 year ago

mayur9922 commented 1 year ago

This pull request aims to implement the Merge Sort algorithm . Merge Sort is a widely-used sorting algorithm known for its stable and efficient performance, making it a valuable addition to our toolkit. Its time complexity is nlogn . It is most efficient technique of sorting. here i attached screenshot of output.

image

Haris-Mohanty commented 1 year ago

@mayur9922, Please add description!

mayur9922 commented 1 year ago

I edit the description please see :)