kristian-ebstrup / aoc2021

My Python solutions to the Advent of Code 2021 problems.

Home Page:https://adventofcode.com/2021

Repository from Github https://github.comkristian-ebstrup/aoc2021Repository from Github https://github.comkristian-ebstrup/aoc2021

Advent of Code 2021

This repository contains my python3 solutions to the Advent of Code 2021 problems. The amount of documentation is directly correlated with the perceived complexity of the particular problem.

Select and run

Run selector.py and input the days and parts of interest. It supports a list of days using comma as a separator:

python3 selector.py days

For example, running days 1 through 3 would simply require typing in:

python3 selector.py 1,2,3

Or, alternatively,

./selector.py 1,2,3

About

My Python solutions to the Advent of Code 2021 problems.

https://adventofcode.com/2021


Languages

Language:Python 100.0%