update usage in main.cpp

parent e2b7366e
......@@ -11,7 +11,7 @@ int main()
cin >> data[i] ;
}
vector<int> sorted ;
sorted = sort_custom(data) ;
sorted = sort_custom(data, 0, n) ;
for(int i = 0; i < n; i++)
{
cout << sorted[i] << " ";
......
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