Hello everyone,
I farukkastamonuda developed testcase generator website Testcase-Generator-App for competitive programmers with my brother AhmetKaan.
Generating testcase is a significant part of the creating problems in competitive programming. However, there is not a prepared website that is designed for this task and problem setters should use some programming languages to prepare testcases. Moreover, this written scripts are used to create testcases for a specific single problem.
After analyzing Codeforces input formats, we thought that many of these formats can be generalizable and producible.
Some of doable things in this website are:
- Generating basic types: integer, floating number, string, char, and pair.
- Generating 1-D, 2-D arrays of basic types.
- Creating tree/graph with many features such as acyclic, connected, multiple edges, and self loops.
- Defining variables such as (n, m, k) and using them later.
- Constraining sum of variables among all testcases.
- Formatting input files.
Lots of weeks were spent to finish the frontend and backend of this project and I'm proud of providing this service to the amazing community (**Competitive Programmers**).
Special thanks to nicecoder37, osmanbey372742, tolbi, and ayhan23 to test website, generations, and provide improvement feedbacks. Your precious feedbacks are also welcome to achieve further improvements.
You can support me if you want or love the website ☕
Notes:
- Currently, website is designed for computers not for mobile phones since testcase generations are done via computers generally.