My solutions to the Advent of Code problems throughout the years.
Longer description
- Python =3.12
- Advent-of-code-data =2.0
- Some solutions to Advent of Code 2023
- More features coming! See Roadmap..
.github/
docs/
scripts/
src/
aoc2023/
README.md
tests/
functional/
unit/
conftest.py
.gitignore
mkdocs.yml
pyproject.toml
README.md
To use the solutions do the following:
- Clone the repo and open it as the working directory.
- Navigate to the src directory and open the Jupyter Notebook of interest
No contributions welcome as this is meant as a personal repo.
Starting in 2023, I mean to start doing these every year. I will most likely not compete for the leaderboards ans solutions may be added sporatically durin the months of december and january.
TODO:
- Continue adding 2023 solutions
Room for Improvement:
- Consider implementing testing
This code was written by Theodor Blom.