These are solutions to Advent of Code 2015 in C++.
Go to file
Matthew Binning 3b29df69e6 feat: Solve day 3
This adds the solution for day 3 in C++.
Part 1 solves counting unique presents that Santa drops off in a grid.
Part 2 caused this problem to be written more OO-ly to account for
robo-Santa.
2024-11-06 04:21:31 +00:00
data/mock feat: Solve day 3 2024-11-06 04:21:31 +00:00
.gitignore feat: Solve day 3 2024-11-06 04:21:31 +00:00
day1.cc init: Solve day 1 2024-11-06 04:21:23 +00:00
day2.cc feat: Solve day 2 2024-11-06 04:21:31 +00:00
day3.cc feat: Solve day 3 2024-11-06 04:21:31 +00:00
Makefile feat: Solve day 2 2024-11-06 04:21:31 +00:00
map.h feat: Solve day 3 2024-11-06 04:21:31 +00:00