Skip to content

nsccpccoe/test-case-generator

Repository files navigation

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 ❤️

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published