Skip to content
/ aoc21 Public

Complete Python 3.10 solutions to Advent of Code 2021 with notes

Notifications You must be signed in to change notification settings

tzyl/aoc21

Repository files navigation

aoc21

⭐ Complete Advent of Code 2021 solutions using Python 3.10

Notes are provided to accompany the solutions. Each day is structured in its own folder and contains Markdown solution notes, an input for the problem and the solution code.

dayX
├── NOTESX.md
├── inputX.txt
└── solutionX.py

Code is formatted and linted using the following tools:

About

Complete Python 3.10 solutions to Advent of Code 2021 with notes

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages