Check This Issue to Track Progress
Go to the template folder
-
program.cpp > Here your main program resides the main logic/solution of the problem
-
generator.js
-
Here you have to write the code for genrating the random test cases You can set diff constraints and vary each test cases accordingly
-
It will form the input file where all the test cases resides
node generator.js
- driver.cpp - Here you take the program.cpp and all the test cases from input file and it generates the ouput file
g++ driver.cpp -o temp && ./temp/
Clone the repo
git clone https://github.com/nsccpccoe/test-case-generator.git