Commit a3dd9cd6 authored by NIRMAL RAJPUT's avatar NIRMAL RAJPUT

update API to add subarray sort

parent 9c324ffc
#include<vector> #include<vector>
using namespace std; using namespace std;
vector<int> sort_custom(vector<int>); vector<int> sort_custom(vector<int>, int startidx, int endidx);
\ No newline at end of file
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