Skip to content
This repository was archived by the owner on Jul 31, 2023. It is now read-only.

Latest commit

 

History

History
33 lines (21 loc) · 948 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 948 Bytes

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}}