Solved in C++.
Each day folder contains a makefile to compile and run the code with
make
or make test
, depending on wether you'd like to use the full input or the test input.
Please be aware that the solutions found in this repo are not necessarily the fastest or most optimal ones. I am simply using these challenges as an opportunity to explore new languages features, so I may opt for trying something new (to me), instead of pushing for the fastest routine.