Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/denvercoder1/advent-of-code-2021
- Owner: DenverCoder1
- Created: 2021-12-02T21:33:50.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-17T07:57:52.000Z (about 3 years ago)
- Last Synced: 2024-05-01T16:06:58.610Z (8 months ago)
- Topics: advent-of-code, advent-of-code-2021, python
- Language: Python
- Homepage:
- Size: 237 KB
- Stars: 13
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)