Commit f2c3a826 authored by KSHITIJ SINGHA's avatar KSHITIJ SINGHA

update API to add subarray sort

parent 74f8a471
using namespace std; using namespace std;
<<<<<<< HEAD vector<int> sort_custom(vector<int>, int startidx, int endidx);
<<<<<<< HEAD
=======
//func
>>>>>>> da94961751a78074e353150eec99910db0c9a8fc
vector<int> sort_custom(vector<int>& a);
void printVector(vector<int> a);
=======
vector<int> sort_custom(vector<int>);
>>>>>>> merge-sort
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