MadhavBahl / OOPS

The only guidebook to object oriented programming in C++ you will ever need.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add C/C++ Implementation of Merge Sort

MadhavBahl opened this issue · comments

Add the needful here and submit a PR,
https://github.com/MadhavBahlMD/OOPS/tree/master/Sort/Merge_Sort

Also, do add the algorithm and explanation in Corresponding README + snippet of code

Format for README

Merge Sort

Some Details

Algorithm

Algorithm

Explanation

Explanation

C/C++ Code

Code Here

PR format:

  • About
  • Algorithm
  • Explanation
  • Code Snippets
  • Screenshots as example

Added MergeSort too.