Commit aea92c24 authored by KSHITIJ SINGHA's avatar KSHITIJ SINGHA

add API and data read

parent 58ca7897
......@@ -3,7 +3,7 @@
#include "sorting.h"
using namespace std;
//from header file
vector<int> sort_custom(vector<int>& a);
void printVector(vector<int> a);
......
using namespace std;
//func
vector<int> sort_custom(vector<int>& a);
void printVector(vector<int> a);
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