This repo is a compilation of solved problems from multiple events/competitions (they might not be complete). No external libraries are or will be used.
- Advent of Code
- Everybody Codes
The user must have installed:
- C++ Compiler (configurable through the Makefile)
- Make
cdinto the an event directory- change the
PROBvariable at the top of the Makefile to the desired problem directory make- change the input.txt in the problem directory
make run