A place to store AoC solutions.
Find a file
2025-05-26 21:20:04 -04:00
adventofcode argparse working 2025-03-21 15:45:46 -04:00
data/2024 argparse working 2025-03-21 15:45:46 -04:00
solutions/2024 argparse working 2025-03-21 15:45:46 -04:00
aoc.py changed permissions on aoc.py 2025-05-26 21:20:04 -04:00
LICENSE first commit 2025-03-21 15:04:06 -04:00
README.md updated README 2025-03-21 16:22:25 -04:00

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