Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 953 Bytes

CONTRIBUTING.md

File metadata and controls

21 lines (12 loc) · 953 Bytes

Contribution and Hacking Guide

links:

How to add a new generator for a new language

Do following steps:

  1. Make a file onlinejudge_template/generator/YOUR_LANGUAGE.py in a way similar to other files
  2. Make a template file onlinejudge_template_resources/template/YOUR_TEMPLATE.EXT in a way similar to other files
  3. Add tests to tests/ if possible

Natural language processing

A person who can do natural language processing (mainly English, probably in the classical way) is required. We want to analyze the problem statements and constraints section and retrieve more information (e.g. what variables mean graphs or trees, what variables are under modulo).