Advent of Code – Solutions

I enjoy solving the great Advent of Code challenges every year. I usually solve them in pure Python although I often resort to NumPy. Some problems have several solutions since I find it interesting analyzing the trade-offs of different approaches and/or exploring alternative datastructures and algorithms.

To run my solutions you'll need to install the great advent-of-code-data package (pip install advent-of-code-data).