Commit 1b8d9376 authored by Neeraj Kerkar's avatar Neeraj Kerkar

update usage in main.cpp

parent af22be75
...@@ -12,7 +12,7 @@ int main () { ...@@ -12,7 +12,7 @@ int main () {
cin >> e; cin >> e;
a.push_back (e); a.push_back (e);
} }
a = sort_custom(a); a = sort_custom(a,0,a.size()-1);
cout << endl; cout << endl;
for(int i=0;i<a.size();i++){ for(int i=0;i<a.size();i++){
cout << a[i] << " "; cout << a[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