Programmer's Wiki
m (rv)
Tag: Source edit
(Added more resources)
Tag: Visual edit
Line 27: Line 27:
 
*[http://leetcode.com LeetCode]
 
*[http://leetcode.com LeetCode]
 
*[https://www.interviewbit.com InterviewBit]
 
*[https://www.interviewbit.com InterviewBit]
  +
*[https://backtobackswe.com/ Backtobackswe]
   
 
==See also==
 
==See also==

Revision as of 07:00, 16 April 2021

An online judge is an online system to test programs in programming contests. They are also used to practice for such contests.

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.

When mistakes were found in a standard output, the submission will be unsuccessful. You must correct any errors in the code, and resubmit for re-judgement.

Some examples of online judges are:

Examples of modern judge platforms

See also

Smallwikipedialogo.png This page uses content from Wikipedia. The original article was at Online judge. The list of authors can be seen in the page history. As with the Programmer's Wiki, the text of Wikipedia is available under the GNU Free Documentation License.