🎄 Advent of Code 2024

Advent of Code 2024 🎁

Repository solutions for the Advent of Code 2024, an annual coding challenge during December. Each day, a new two-part puzzle is released, testing problem-solving skills and algorithmic thinking.

📜 What is Advent of Code?

Advent of Code (AoC) is a series of small programming puzzles — great for learning, coding practice, and getting into the holiday spirit.

🚀 About This Repository

  • Languages Used: JavaScript
  • Structure: Each day's solution is organized in its own directory:
    • /day01/
    • /day02/
    • and so on...