Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 1022 Bytes

README.md

File metadata and controls

39 lines (28 loc) · 1022 Bytes

test-case-generator

Getting Started

Check This Issue to Track Progress

How to get started

Go to the template folder

We fill found following files

  • 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 

Thanks to all the contributors ❤️