Skip to content

himanshugoswamiii/Automatic-Code-Evaluation

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Diretory Explained

media: directory where our files (teacher,test case, student) will be stored

Modules required

django xlwt - to create spreadsheet files compatible with MS Excel requests

Installation:

pip install django xlwt requests

yes :

  • stin to the testcase file (text file)

excepiton

.py .java Only code files will be uploaded

TestCase Format

  1. No of test cases
  2. No of values in the array (in case of array input)
  3. The values of the array

Example:

3  # Total no of test cases
2
1 4
4
3 4 8 9
5
1 3 2 6 9

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 38.9%
  • C++ 29.3%
  • HTML 13.9%
  • Java 12.9%
  • JavaScript 2.8%
  • CSS 2.2%