Welcome to my Advent of Code 2024 repository! π Every day, I'll be solving a new puzzle and posting my solution here. This event is a fun and challenging way to improve problem-solving skills and learn new concepts. I'm documenting my journey to share with anyone who might be working through the same puzzles or wants to follow along! π
Advent of Code is an annual event held every December where participants are challenged with a new coding puzzle each day. The puzzles start simple, but they get progressively harder, helping participants practice algorithms, problem-solving, and coding techniques. It's a great way for developers of all levels to grow their skills while having fun!
- Improve Problem-Solving Skills π§ : The puzzles range in complexity, allowing you to continuously sharpen your coding and algorithmic skills.
- Learn New Concepts π: Every puzzle introduces new programming techniques, algorithms, and challenges that expand your knowledge.
- Have Fun π: Advent of Code is a festive and enjoyable challenge that lets you immerse yourself in coding and problem-solving during the holiday season!
- Clone the repository:
https://github.com/HassanMehmood413/Advent-Of-Code-2024-Competition.git
- Navigate to the specific day's folder:
cd "Day 01"
- Run the Solution:
node index.js
As I progress through Advent of Code 2024, Iβll document the insights and lessons learned from each puzzle. This section will serve as a reflective journal, highlighting key takeaways, challenges faced, and alternate approaches explored.
For each puzzle, Iβll share:
- New Algorithms or Concepts: Documenting the key algorithmic or programming techniques I discovered.
- Optimizations: Strategies that helped make the solution more efficient or elegant.
- Best Practices: Coding habits or patterns reinforced while solving the problems.