Rahul-Vijay / C_plus_plus_Algos

Collection of C++ Algorithms for a quick reference. Fork it and start hacking :)
0 stars 32 forks source link

Create MergeSort.cpp #6

Closed mayokunadeniyi closed 5 years ago

mayokunadeniyi commented 5 years ago

C++ program to sort the given data using Merge Sort Resolves issue #3

Rahul-Vijay commented 5 years ago

Please note, the repository already has a Merge Sort algorithm added under algos/Divide_and_Conquer Try something else.