This folder contains solutions to each of the problems in Advent of Code 2016 in C++.
- There are multiple sample puzzle inputs for some days. Modify the sample input file appropriately before using it
- Some days (like 25) do not have a sample input
- The MD5 hashing algorithm has been implemented with ease of understanding in mind, without any dependencies on third party libraries