Skip to content

Solutions for Advent of Code 2024 challenges, programmed in Python.

License

Notifications You must be signed in to change notification settings

Neluxx/advent-of-code-2024

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🎄 Advent of Code 2024 🎄

Welcome to my Advent of Code 2024 solutions repository! This repository contains my solutions to the daily programming puzzles released as part of Advent of Code 2024.

About Advent of Code

Advent of Code is an annual series of coding challenges that take place every December. It's designed to be fun and engaging, offering challenges that range from beginner-friendly to highly advanced. Each day, a new puzzle is unlocked, providing an opportunity to improve your problem-solving and coding skills.

Repository Structure

This repository is organized by day, with each folder representing a single day of the challenge. Each folder typically contains:

  • input.py: The puzzle input provided for the day.
  • solution.py: My Python implementation of the solution.
  • README.md: A brief explanation of the problem and the approach taken to solve it (optional).

Example structure:

/
├── day01/
│   ├── input.py
│   ├── solution.py
│   ├── README.md
├── day02/
│   ├── input.py
│   ├── solution.py
│   ├── README.md
...

How to Run the Solutions

  1. Clone the repository:

    git clone https://github.com/Neluxx/advent-of-code-2024.git
    cd advent-of-code-2024
  2. Navigate to the desired day's folder:

    cd day01
  3. Run the Python solution script:

    python solution.py

Languages and Tools Used

All solutions in this repository are implemented using Python 3.

Contributing

Feel free to fork this repository, explore the solutions, and share your feedback or improvements. Contributions are welcome, but keep in mind that this is primarily a personal project.

Acknowledgments

  • Thanks to Eric Wastl for creating Advent of Code.
  • Thanks to the AoC community for sharing insights and encouragement.

License

This repository is licensed under the MIT License. See the LICENSE file for more details.


🎅 Happy Coding, and enjoy the holiday spirit! 🎄

About

Solutions for Advent of Code 2024 challenges, programmed in Python.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages