This repository contains my solutions to the annual Advent of Code programming challenges.
About Advent of Code: π§©
Advent of Code is a yearly online advent calendar of programming puzzles. Each day, a new puzzle is released, starting on December 1st and ending on December 25th. The puzzles range in difficulty, wit[...]
Repository Structure: π
The repository is organized by year, with each year's solutions in a separate folder. Within each year's folder, each day's solution is in a separate file.
Language: π
The solutions are written in Python.
Usage: π‘
The solutions are intended to be educational and demonstrate different problem-solving approaches. Feel free to use them as inspiration for your own solutions or to learn from the code.
Contributing: π€
Contributions are welcome! If you find any bugs or have suggestions for improvements, please feel free to open an issue or submit a pull request.
License: π
The code in this repository is licensed under the MIT License.
Happy coding! π