update implementation to merge sort

parent 63bf4ea5
...@@ -66,3 +66,4 @@ vector<int> sort_custom(vector<int> data){ ...@@ -66,3 +66,4 @@ vector<int> sort_custom(vector<int> data){
mergeSort(data,0,data.size()-1); mergeSort(data,0,data.size()-1);
return data; return data;
} }
//comment
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