This repository contains all the Test-Case Generator Program that I have implemented in order to test and debug my projects (https://github.com/gbelwariar/Self-Made-Projects).
View the Project on GitHub gbelwariar/Self-Made-Test-Case-Generators
This repository contains all the Test-Case Generator Program that I have implemented in order to test and debug my Projects.
Testing/Debugging is the most important part of any project or software phase. Thus I decided to create my own Test Case Generators in order to test and debug my Projects.
All the Test Case Generators have been implemented in C/C++.
Just run your code on the sample test cases generated by these test-case generators. You must also run a correct brute-force solution in parallel with your own code to debug.