Skip to content

va6996/Autograder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Autograder

Autograder is the offline version of online code judges like SPOJ, Topcoder, Hackerearth, etc bosed on Java Swings. User selects a question, chooses their preferred language and submits the code. The grader compiles and tests the code for correctness. If there is a compilation error or execution error or TLE, it is shown to the user in the results page.

##Screenshots

##Idea The idea is that we have HTML files for all the questions. We also have all the test cases and final outputs stored in a file. The user submits their solution and the code is compiled using required commands. The compiler gives no output if there is no error, else compilation error is shown. Then the program is exectuted using the test cases provided. All the results are matched with the corresponding solution file. If there is no error, success is indicated to the user. All stdio in the code is piped to file I/O.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages