Skip to content

mudassirfayaz/AdventOfCode_2024

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🎄 Advent of Code 2024 Solutions

Welcome to the Advent of Code 2024 repository! This repository contains solutions to the daily challenges presented in the Advent of Code 2024 event. The aim is to provide clear, well-documented solutions to help developers and students, especially beginners, understand the logic and implementation behind each puzzle.

📌 About Advent of Code

Advent of Code is an annual event featuring daily programming puzzles that start on December 1st and continue until December 25th. The puzzles are designed to test your problem-solving skills and coding abilities while providing a festive holiday challenge.

Whether you're a seasoned programmer or a beginner, Advent of Code offers an excellent opportunity to learn and grow.

✨ Goals of This Repository

To provide clean, beginner-friendly solutions to all Advent of Code 2024 challenges. To include detailed explanations and comments in the code for easy understanding. To help students and developers learn problem-solving techniques in programming. To encourage participation in competitive programming and problem-solving events.

📂 Repository Structure

graphql Copy code

📦 Advent-of-Code-2024

├── 📁 Day01
│ ├── problem.md # Description of the problem
│ ├── solution.py # Python solution with detailed comments
│ ├── input.txt # Puzzle input
│ └── example_output.txt # Example output for reference
├── 📁 Day02
│ ├── problem.md # Description of the problem
│ ├── solution.py # Python solution with detailed comments
│ ├── input.txt # Puzzle input
│ └── example_output.txt # Example output for reference
├── README.md # This file

🛠️ How to Use This Repository

Clone the repository:

bash
Copy code
git clone https://github.com/mudassirfayaz/AdventOfCode_2024.git
cd Advent-of-Code-2024
Navigate to the folder for the day you want to explore (e.g., Day01).
Read the problem statement in problem.md.
Review the solution in solution.py, which includes detailed comments and explanations.

Run the solution with:

bash
Copy code
python solution.py
💡 How to Contribute

If you'd like to contribute by improving solutions, fixing errors, or providing solutions in different programming languages

feel free to:

Fork the repository.
Create a new branch for your changes.
Submit a pull request with a detailed description of your contribution.

🏆 Contributors

This repository is maintained by [Mudassir Fayaz/mudassirfayaz], with the goal of helping the programming community. Special thanks to all contributors who join in making this resource even better!

📖 License

This project is licensed under the MIT License. Feel free to use, modify, and distribute the content as you see fit.

🚀 Let's Solve Together!

If you have any questions, suggestions, or feedback, feel free to open an issue or contact me directly. Let's make this Advent of Code an unforgettable learning experience!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages