Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 647 Bytes

File metadata and controls

14 lines (10 loc) · 647 Bytes

Stress Test Template for DSA and CP

Using this tool, you can easily debug your C++ code, and find out the test-case your code is failing.

It has two types:

Shell based (Using multiple file structure)
This will require you to execute run.sh and the counter testcase will be generated. Make sure you have put your code in appropriate files.
File based (Using single file structure)
This will only require you to include the template. Write your code in appropriate functions, and testcase will be generated using stringStream.

Please look into the directories, they are self explanatory.