update API to add subarray sort

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