/programming-challenges

2022 Summer Programming Challenges Study

Primary LanguageC++MIT LicenseMIT

Programming Challenges

Github Action Judge

2022 Summer Programming Challenges Study

Book

image

Programming Challenges: The Programming Contest Training Manual (Texts in Computer Science)

Github Action Judge

  • Edit .github/workflows/judge.yml
  matrix:
    set:
    - problem: {{problem_no}}
      code: {{relative_path_of_code}}

Local Judge

  • Run a local judge with bash shell
sh .judge/submit.sh {{problem_no}} {{relative_path_of_code}}