codeIIEST / Algorithms

A Repository to store implementation of some of the famous Data Structures and Algorithms (mainly in C/C++/Java/Python) for everyone to learn and contribute.
http://codeiiest.github.io/Algorithms/
MIT License
203 stars 163 forks source link

Merge sort in cpp #278

Open pradnya809 opened 4 years ago

pradnya809 commented 4 years ago

Thank you for your contribution. Please provide the details requested below.

ISSUE NUMBER

Please provide a link to the issue this pull request addresses.

SHORT DESCRIPTION

Please provide a short description of the changes.

TESTING

Please provide the necessary steps to test the solution.

indrarahul commented 4 years ago

@pradnya809 Please look at the file it's in C not in cpp. Make a new file with proper extension inside the folder Merge Sort and make a commit.