Test Case Generator (TCG) is opensource and easy to use gui based tool to generate test cases to use in competitive programming. The tool supports test cases for Array, String, Matrix, Graph and Palindrome.
Installation
- To run this tool, you will need JAVA JDK 8 or later version installed on your host machine. Download JAVA JDK 8 or above from here, if not already installed.
- Download Test Case Generator
- Double click the downloaded package to start the application.
- For Linux/ Ubuntu make sure the package has execute permission; right click on the package, select properties, than select permissions tab and check Execute checkbox.
...