judgedata
Generate test cases and datasets for competitive programming
judgedata – Generate test cases and datasets for competitive programming
Summary: Judgedata is an online tool for competitive programming problem setters to generate, organize, and export test cases without writing code. It provides a web interface to create random datasets, edge cases, and structured inputs quickly, streamlining the test data creation process.
What it does
Judgedata enables users to generate random and edge case test data through a simple web interface, avoiding manual scripting in C++ or Python. It supports organizing and exporting datasets for use in online judges.
Who it's for
It is designed for competitive programmers, contest authors, and algorithm developers who create and manage problem test cases.
Why it matters
It reduces the time and complexity of generating test cases by eliminating the need for manual code-based generators.