/advent-of-code-2022

Contains my solutions to Advent of Code 2022 puzzles

Primary LanguagePython

Advent of Code 2022

This repository contains my solutions for the Advent of Code season 2022. My programming language of choice was again Python this year. I didn't bother using PyPy, but went with vanilla CPython. All solutions compute in a reasonable amount of time.

The solution for day 21 requires SymPy.

I did not bother to do day 22 properly, so there is no code for it.

License

This work is released under the terms of the Apache 2.0 license.