Github Structure

Structure on Github helps you to understand the code better

There are several folders:

  • WebContent This folder contains webpage resources. Like JSP,API and tomcat related stuff.

  • data this folder is generated by Judger and should be ignored

  • src the code is here.

  • judge this folder is generated by Judger and should be ignored

  • problems this folder contains sample problems

  • submission this folder contains sample submissions

  • lib this folder contains the core.py

  • config this folder contains a sample configuration file of Server Manager

Last updated