update implementation to reflect API update

parent d857b114
No related merge requests found
#include "sorting.h"
using namespace std ;
//random
//fyou
void merge(int arr[], int l, int m, int r)
{
int i, j, k;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment