Commit af22be75 authored by Neeraj Kerkar's avatar Neeraj Kerkar

update implementation to reflect API

parent 2c47e1f5
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
using namespace std; using namespace std;
//update implementation to merge sort //update implementation to reflect API
vector<int> merge(const vector<int>& left, const vector<int>& right) vector<int> merge(const vector<int>& left, const vector<int>& right)
{ {
......
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