This repository contains my solutions for the Advent of Code challenges, an annual event featuring programming puzzles released daily in December. It's an excellent opportunity to improve coding skills and problem-solving abilities.
The solutions are organized by year and day. Each day has a folder named in the format YYYY/day-DD
, containing code files and necessary resources.
- Input files:
input.txt
(The specific input for each day's problem) - Solution files: Varies based on language (e.g.,
index.ts
,main.dart
, etc.)
Feel free to explore the solutions and use them as a reference. To run any solution, ensure you have the necessary dependencies for the specific programming language installed.
These solutions are for educational purposes and personal reference. They may not be the most optimized or elegant solutions, but they solve the problems. Avoid copy-pasting solutions without understanding the logic behind them.
If you'd like to contribute by improving existing solutions or adding new ones, please submit a pull request! Contributions are welcome and appreciated.
Happy coding, and have fun with Advent of Code! 🎄🌟