updated README

This commit is contained in:
Joshua Flores 2025-03-21 16:22:25 -04:00
parent 9f6b002d34
commit 216fb326cc
No known key found for this signature in database
GPG key ID: 69CA63D415549E19

View file

@ -1,14 +1,14 @@
# Python based Advent of Code
## __Purpose__
## 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](https://github.com/wilhelmagren/advent-of-code) is the more elegant inspiration for this project.
## __Directory Structure__
## Directory Structure
* adventofcode/
* contains the supporting libraries to make my solutions go
- contains the supporting libraries to make my solutions go
* solutions/
* contains the Python solutions to problems, sorted by year/day
- 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
- contains the personalized input data I was given from the website to solve, also sorted by year/day