6 dépôts
Specialized utilities designed to assist in solving algorithmic problems by parsing inputs and formatting outputs for competitive environments.
Explore 6 awesome GitHub repositories matching development tools & productivity · Competitive Programming Tools. Refine with filters or upvote what's useful.
This project is a comprehensive educational platform designed to facilitate the mastery of computer science algorithms and data structures. It provides a structured learning curriculum, a library of practice problems, and an integrated toolkit that supports both academic study and competitive programming preparation. By combining theoretical roadmaps with practical implementation exercises, the system enables users to build a deep understanding of core computational concepts. The platform distinguishes itself through its focus on integrated learning and visual clarity. It offers AI-powered gu
Bundles standardized execution environments and robust input-output parsers to facilitate efficient algorithmic development.
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
Provides specialized utilities for parsing inputs and formatting outputs to verify algorithmic solutions in competitive programming environments.
SWE-agent is a collection of autonomous agents designed for software engineering, competitive programming, and offensive cybersecurity operations. These agents utilize large language models to navigate codebases, interact with file systems, and use terminal interfaces to resolve GitHub issues or complete technical challenges. The system employs specialized agent modes that switch prompting strategies based on whether the task is a software bug, an algorithmic programming problem, or a security vulnerability. It includes dedicated capabilities for automated repository maintenance and offensive
Designed to solve algorithmic problems and complete competitive coding tasks using a language model.
This project is a multi-language quine relay, a collection of source code files where each program outputs the source code for the next in a sequence until the original code is recreated. It serves as a technical demonstration of recursive program execution and polyglot code generation, verifying the integrity of multi-stage code cycles across diverse programming languages. The system distinguishes itself through automated relay orchestration, which triggers sequential compilation and execution steps to ensure the entire chain functions correctly. Each program contains the encoded logic requi
Compares generated source code against original inputs to verify structural and functional equivalence.
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
Applies ACM or OI scoring logic and switches between real-time and non-real-time rankings per contest.
Il s'agit d'une collection de structures de données standard et d'implémentations algorithmiques écrites en Rust. Elle fournit une suite de bibliothèques spécialisées conçues pour la programmation compétitive et l'ingénierie système. Le projet est organisé en boîtes à outils distinctes pour la théorie des graphes, la théorie des nombres, les requêtes de plage et le traitement de chaînes. Il inclut des implémentations pour calculer les chemins les plus courts et les flux réseau, effectuer des tests de primalité et de l'arithmétique modulaire, et gérer des requêtes de plage associatives. La bibliothèque couvre de larges domaines computationnels incluant le traitement du signal via des transformées de Fourier rapides, l'analyse de texte utilisant des tableaux de suffixes et des tries, et l'organisation de données via la compression de coordonnées et des utilitaires de tri. Elle fournit également des outils pour analyser les données d'entrée depuis des fichiers ou l'E/S standard.
Provides a comprehensive toolkit of efficient data structures and algorithms tailored for competitive programming in Rust.