Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/denvercoder1/advent-of-code-2021

Advent of Code Solutions 2021 in Python
https://github.com/denvercoder1/advent-of-code-2021

advent-of-code advent-of-code-2021 python

Last synced: about 1 month ago
JSON representation

Advent of Code Solutions 2021 in Python

Awesome Lists containing this project

README

        

# Advent of Code 2021 Solutions in Python

This repo contains **clean, type-annotated, documented solutions** for the [Advent of Code 2021](https://adventofcode.com/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](https://youtube.com/c/DevProTips)

Twitter: [@DenverCoder1](https://twitter.com/DenverCoder1)

----

## Old Solutions

2020 Solutions in C++: [DenverCoder1/Advent-of-Code-2020--CPP](https://github.com/DenverCoder1/Advent-of-Code-2020---CPP)

2020 Solutions in JavaScript: [DenverCoder1/Advent-of-Code-2020--JavaScript](https://github.com/DenverCoder1/Advent-of-Code-2020---Javascript)