Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 1.72 KB

README.md

File metadata and controls

36 lines (22 loc) · 1.72 KB

🎄 Advent of Code 2024 Solutions

This repository contains my solutions for the Advent of Code 2024 challenges. Each day, I solve a different coding challenge, and this repository serves as a collection of my solutions.

🌐 Links

📚 About

This repository contains my solutions for the Advent of Code 2024, where I challenge myself daily to solve a new puzzle. These problems help improve my problem-solving and algorithmic skills, and I have documented my thought process and solutions along the way.

💻 Tools and Technologies

  • Languages: Python
  • Libraries: None (pure algorithmic solutions for each challenge)
  • Platforms Used: LeetCode, GitHub, Advent of Code

My Approach

For each challenge, I solve the problem step-by-step, first implementing a brute-force approach and then optimizing it as needed. I aim to follow clean code practices and ensure that my solutions are both efficient and easy to understand.

How to Contribute

If you have any suggestions or improvements to my solutions, feel free to fork the repository and create a pull request. I appreciate any constructive feedback!


Thank you for checking out my solutions! Feel free to reach out to me on any of the links above if you'd like to connect or discuss coding challenges.