A place to store AoC solutions.
adventofcode | ||
data/2024 | ||
solutions/2024 | ||
aoc.py | ||
LICENSE | ||
README.md |
Python based Advent of Code
Purpose
This project is for me to mess around with Python packaging concepts/repo format as well as try to store my Advent of Code solutions somewhat efficiently.
This is the more elegant inspiration for this project.
Directory Structure
- adventofcode/
- contains the supporting libraries to make my solutions go
- solutions/
- contains the Python solutions to problems, sorted by year/day
- data/
- contains the personalized input data I was given from the website to solve, also sorted by year/day