My solutions to Advent of Code 2021 written in Python

This repository contains my solutions for the 2021 edition of Advent of Code. Please do not expect perfectly polished solutions, most scripts are just hacked together and never touched again. Same holds for tests, as most of my solutions are developed using REPL Driven Development instead of Test Driven Development. 🙂

Overview

Stars so far: 8/8

Setup

If you want to reproduce my solutions using your own input (no guarantees my hacky code will work for your inputs!), dependencies are collected in a requirements.txt:

python -m pip install -r requirements.txt

Alternatively you can use the project’s Devcontainer setup in

 

 

 

To finish reading, please visit source site