This repository is for submitting source file while solving problems for competitive programming websites like codeforces, codechef (for now). I will develop the same for other websites shortly.
-
Updated
May 24, 2017 - Python
An online judge is an online system to test programs in programming contests. They are also used to practice for such contests like ICPC. The system can compile and execute your code, and test your code with pre-constructed data. Submitted code may be run with restrictions, including time limit, memory limit, security restriction, and so on. The output of the code will be captured by the system, and compared with the standard output. The system will then return the result.
This repository is for submitting source file while solving problems for competitive programming websites like codeforces, codechef (for now). I will develop the same for other websites shortly.
Development of the online judge for IIC1103 course
Universal Parser Tool helps competitive programmers to parse problems and grab tests easily.
UVA solution
The auth-service for Algocode, a project in microservices. Algocode is a coding practice platform just like leetcode
An online judge for evaluating DSA problem just like Leetcode. [This Online Judge is Implemented in the AlgoCode Project. Click below to learn more.]
Stress test a C++ solution -for an algorithmic problem- against another solution
ExecEngine is designed to run untrusted code in web-centric environments and applications.
A simple, easy to setup judge for checking the correctness of code.
XDOJ is an online-judge backend based on Python Django
Here is the list of some solutions of LeetCode problems which I have solved.
Artha is a code evaluation system developed with Django and Django REST Framework that uses Judge0 as the code execution engine.
A competitive programming online judge: made as a Discord bot!
SICP Online Judge, consisting of a server, a react web interface and a modified Ok client.