algolab mock exam
in this repo there are 3 tasks of HS22, all of which you've probably not seen, so it's not exactly like in the exam.
Important Notes
- timelimits are not handled gracefully, the docker container will just hang
- time-limits are probably not that useful, as code expert is usually slower.
preparation
- have docker installed
docker build -t algolab-runner docker
running
cdinto the directory of a task (same directory as task description, not src folder)docker run --rm -v ./:/project algolab-runner
Languages
Python
92.9%
Dockerfile
7.1%