2 repository-uri
Tools for defining and enforcing contest structures, ranking criteria, and submission penalties.
Distinct from Competitive Programming Tools: Distinct from Competitive Programming Tools: focuses on rule enforcement and contest structure rather than general utility functions.
Explore 2 awesome GitHub repositories matching development tools & productivity · Contest Rule Standardizers. Refine with filters or upvote what's useful.
This project is a comprehensive, community-maintained knowledge base and toolkit designed for competitive programming. It serves as a centralized repository for algorithmic theory, data structures, and mathematical techniques, providing a structured reference for informatics and collegiate programming competitions. The project distinguishes itself by integrating educational content with a robust suite of automation utilities. It provides a complete workflow for competitive programming, including tools for automated test case generation, solution verification, and direct interaction with onlin
Standardizes contest rules and evaluation criteria to ensure fair and consistent scoring.
OnlineJudge is an automated platform for managing programming contests and evaluating submitted source code. It provides a complete online judge system that compiles, runs, and scores code submissions against predefined test cases within a sandboxed execution environment, ensuring the host system remains protected from untrusted user code. The platform supports both ACM-style penalty-based scoring and OI-style point-based scoring, with real-time leaderboard computation that dynamically updates participant rankings as submissions are judged. Contest organizers can create and schedule timed com
Computes and displays real-time leaderboards supporting ACM and OI scoring formats.