These are my solutions to the 2024 advent of code challenges.To be solved with Python (and C?, haven't decided)
This is definitely not efficient code but i'm proud of myself regardless.
AOC_[day]_[part].py
dayindicates the challenge numberpartindicates the associated part(1st or 2nd)
Example: AOC_5_P2.py would be my solution for the 2nd part of day 5
- fork this repo or download the individual file
- place your input in the
input.txtfile
Switch to the YEAR-airport branch for my solutions for the respective years (2023, 2022 and 2021)