/Advent-of-Code-2021

Advent of Code Solutions 2021 in Python

Primary LanguagePython

Advent of Code 2021 Solutions in Python

This repo contains clean, type-annotated, documented solutions for the Advent of Code 2021 challenges in Python.

For a few of the challenges, a one-liner solution was also included in the corresponding oneliners.py files.

About me

By Jonah Lawrence

YouTube: Jonah Lawrence ⋅ Dev Pro Tips

Twitter: @DenverCoder1


Old Solutions

2020 Solutions in C++: DenverCoder1/Advent-of-Code-2020--CPP

2020 Solutions in JavaScript: DenverCoder1/Advent-of-Code-2020--JavaScript