Go to file
Nick Krichevsky 197cb30f95 Add day 16 part 2 soln 2020-12-16 03:28:26 -05:00
day1 Fix snake_case with read_input in previous days 2020-12-06 01:28:38 -05:00
day2 Fix snake_case with read_input in previous days 2020-12-06 01:28:38 -05:00
day3 Fix snake_case with read_input in previous days 2020-12-06 01:28:38 -05:00
day4 Fix snake_case with read_input in previous days 2020-12-06 01:28:38 -05:00
day5 Fix snake_case with read_input in previous days 2020-12-06 01:28:38 -05:00
day6 Add comments to day 6 2020-12-06 01:29:20 -05:00
day7 Don't reparse the input for day 7 2020-12-07 03:06:13 -05:00
day8 Add comment to day 8 2020-12-08 00:38:04 -05:00
day9 Clean up day 9 solution 2020-12-09 01:07:01 -05:00
day10 Simplify part 1 2020-12-10 04:29:46 -05:00
day11 Clean up day 11 2020-12-11 01:54:22 -05:00
day12 Use proper move semantics in day 12 2020-12-14 13:18:42 -05:00
day13 Clean up day 13 2020-12-13 18:40:22 -05:00
day14 Add move constructor to day 14 2020-12-14 13:16:49 -05:00
day15 Clean up day 15 2020-12-15 01:52:14 -05:00
day16 Add day 16 part 2 soln 2020-12-16 03:28:26 -05:00
README.md Fix the year in the README 2020-12-01 00:51:17 -05:00

README.md

Advent of Code 2020 🎄

'Tis the season! These are my solutions to the 2020 Advent of Code. I'm writing these in C++ to better my skills in the language.