Commit f115e0a8 authored by SUDHIR KUMAR's avatar SUDHIR KUMAR

update implementation to merge sort

parent 4f291b3f
......@@ -2,6 +2,8 @@
#include<vector>
#include "sorting.h"
using namespace std;
//update
vector<int> merge(vector<int> left, vector<int> right)
{
vector<int> result;
......
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