Problemas resolvidos de alguns sites como URI, UVA e SPOJ.
-
Updated
Sep 30, 2019 - C++
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.
Problemas resolvidos de alguns sites como URI, UVA e SPOJ.
China Computer Federation(CCF) Certification (CAP) Solutions (In Chinese)
Tons of ugly and useless codes just for FUN.
Solutions of programming problems from various online judge and contest.
A repo to store my solutions for problems on Online Judge.
Solution for the leetcode oj problems
Solutions for onlinejudge.com problems
Soluções de problemas do UVa Online Judge
코이스터디 문제 푼 것들. koistudy problem solving
Problems solved on different online judges.
Solution of Outsbook problems using C/C++ programming language.
Solutions to various online judge problems like uva, codeforces, hackerrank, leetcode, atcoder, devskill, lightoj, codechef
📚알고리즘 트레이닝 사이트의 문제를 푸는 소스를 작성하는 프로젝트입니다.
Some of my competitive programming code, like implementations of various useful algorithms, data structures, and math stuff, and accepted solutions to programming problems (for example, at CodeForces and CSES). Some of the implementations contain material (usually adapted) from other sources, such as the brothers Halim.
STL-Standard-Template-Library. All STL Code with problem solving