All Projects → likecs → Test Case Generators

likecs / Test Case Generators

Licence: gpl-2.0
Test case generator code samples for Competitive Programming

Projects that are alternatives of or similar to Test Case Generators

Competitiveprogramming
A collection of algorithms, data structures and other useful information for competitive programming.
Stars: ✭ 475 (+1965.22%)
Mutual labels:  competitive-programming
Interactive Coding Challenges
120+ interactive Python coding interview challenges (algorithms and data structures). Includes Anki flashcards.
Stars: ✭ 24,317 (+105626.09%)
Mutual labels:  competitive-programming
Judge Server
Judging backend server for the DMOJ online judge.
Stars: ✭ 648 (+2717.39%)
Mutual labels:  competitive-programming
T 414 Aflv
T-414-ÁFLV: A Competitive Programming Course
Stars: ✭ 488 (+2021.74%)
Mutual labels:  competitive-programming
Online Judge Solutions
Solutions to ACM ICPC - style problems
Stars: ✭ 529 (+2200%)
Mutual labels:  competitive-programming
Faang
Facebook, Amazon, Apple, Netflix and Google (FAANG) Job preparation.
Stars: ✭ 557 (+2321.74%)
Mutual labels:  competitive-programming
Pyrival
⚡ Competitive Programming Library
Stars: ✭ 463 (+1913.04%)
Mutual labels:  competitive-programming
Competitivequestion
Question solved on various competitive sites 🤘
Stars: ✭ 5 (-78.26%)
Mutual labels:  competitive-programming
Ac Library
AtCoder Library
Stars: ✭ 520 (+2160.87%)
Mutual labels:  competitive-programming
Get better at cp in 2 months
This contains the curriculum that I will follow to get better at Competitive Programming in 2 months.
Stars: ✭ 627 (+2626.09%)
Mutual labels:  competitive-programming
Competitive Programming
📌 📚 Solution of competitive programming problems, code templates, Data Structures and Algorithms, hackathons, interviews and much more.
Stars: ✭ 496 (+2056.52%)
Mutual labels:  competitive-programming
Python Programs
My collection of Python Programs
Stars: ✭ 518 (+2152.17%)
Mutual labels:  competitive-programming
Competitive Programming Docs
🌺Algorithm papers, coursewares, documents, notes and other materials are constantly being updated.
Stars: ✭ 572 (+2386.96%)
Mutual labels:  competitive-programming
Domjudge
DOMjudge programming contest jury system
Stars: ✭ 484 (+2004.35%)
Mutual labels:  competitive-programming
Arabiccompetitiveprogramming
The repository contains the ENGLISH description files attached to the video series in my ARABIC algorithms channel.
Stars: ✭ 675 (+2834.78%)
Mutual labels:  competitive-programming
Cfviz
Visualizes user data from codeforces.com using the official API
Stars: ✭ 472 (+1952.17%)
Mutual labels:  competitive-programming
Cpeditor
The IDE for competitive programming 🎉 | Fetch, Code, Compile, Run, Check, Submit 🚀
Stars: ✭ 562 (+2343.48%)
Mutual labels:  competitive-programming
Div2 2018 19
A repository containing Workshop Slides, Problem Sets and Solution for Competitive Programming at McGill's Division 2 training in the 2018-2019 academic year.
Stars: ✭ 17 (-26.09%)
Mutual labels:  competitive-programming
Atcoderproblems
Extend your AtCoder
Stars: ✭ 713 (+3000%)
Mutual labels:  competitive-programming
Judge0
🔥 The most advanced open-source online code execution system in the world.
Stars: ✭ 607 (+2539.13%)
Mutual labels:  competitive-programming

Test-case-generators

This repository contains codes for generating some random test cases which can be used for generating test cases for coding competitions, testing efficiency of your algorithms etc.

All the test case generators are written in C++. The codes are fully commented for easy usage of the codes. Also a readme file describing the code and the tweaking you could do with the code is given algonside.

All the test case generators also have a checker implemented inside them which checks whether all the test case data generated is according to the constraints you set above in the code or not. By default, output file name is set to "inp.txt". To change it you can change the name of file on line having the function "freopen" written on it.

In case of any wrong generation of data, it simply throws an "SIGABRT" error. If you encounter this, or any type of segmentation fault while using any of these files, do report the error (and preferably screenshot) so that the code can be updated for further use.

Feel free to contribute to the repository as well.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].