Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 746 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 746 Bytes

ZeroQL's 2024 advent of code

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.

Terminology

AOC_[day]_[part].py

  • day indicates the challenge number
  • part indicates the associated part (1st or 2nd)

Example: AOC_5_P2.py would be my solution for the 2nd part of day 5

Testing

  1. fork this repo or download the individual file
  2. place your input in the input.txt file

Previous year Challenges

Switch to the YEAR-airport branch for my solutions for the respective years (2023, 2022 and 2021)

oh and star this repository too while your at it

Happy holidays