Skip to content

ash01825/AdventofCode-2024

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Here’s the updated README:

Advent of Code 2024 🎄✨

Welcome to my Advent of Code 2024 solutions repository! This repository showcases my journey through Advent of Code 2024, implemented in C++. Each day features unique programming challenges designed to test and enhance problem-solving skills.

📖 About Advent of Code

Advent of Code is an annual series of coding puzzles released daily in December. These puzzles are a fun way to learn, compete, and improve your programming expertise.

Visit the official Advent of Code to participate and view the challenges.

🚀 Getting Started

Prerequisites

Ensure you have a C++ compiler installed (e.g., GCC, Clang, or MSVC).

Running a Solution

Navigate to a specific day’s folder and compile the solution:

g++ -std=c++17 solution.cpp -o solution && ./solution

🎯 Goals

•	Algorithmic Mastery: Solve each puzzle with optimal solutions.
•	Proficiency in C++: Leverage modern C++ features (C++17/20).
•	Learning & Growth: Tackle complex problems and refine coding techniques.

📬 Connect

Feel free to explore my solutions and follow my progress on GitHub. Let’s make this holiday season a memorable coding adventure! 🎄

Happy coding! 🎉

Let me know if you’d like further refinements!

About

Advent Of Code 2024 Solutions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors