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

Latest commit

 

History

History
13 lines (7 loc) · 502 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 502 Bytes

ProgSoc Competition 2023

This repository contains the questions, the solutions and the test inputs for each question.

The problems/ folder contains each problem, along with all their solutions, scaffolds and sample inputs.

The docs/ folder contains the documentation scaffold. It gets filled with the questions at build time.

Building

Running build.py will build all the questions, running the python/java/c++ samples and generating the documentation.

The build goes into the build/ folder.