/advent-of-code-2020

My code and data from https://adventofcode.com/ (2020)

Primary LanguagePython

This repo contains my solutions to the problems defined by the wonderful advent of code 2020

Inputs for each day can be found in inputs/. Any shared functions are in utils.py and each day has a solution file named dayN.py, where N is between 1 and 25.