This folder contains solutions to each of the problems in Advent of Code 2019 in both C++ and Python.
- There are multiple sample puzzle inputs for some days. Modify the sample input file appropriately before using it.
- These solution contain the C++ solution for all the days, but only the solutions for days 1-7 in Python.
- Some of the days do not have sample inputs.