Advent of Code - Solutions
This repository contains my solutions to the Advent of Code challenges, spanning multiple years. Advent of Code is an annual event where participants solve daily programming puzzles during the month of December. Each folder in this repository corresponds to a different year, with solutions implemented in various programming languages.
Structure
aoc_2021/
- Solutions for Advent of Code 2021.
aoc_2022/
- Solutions for Advent of Code 2022.
aoc_2023/
- Solutions for Advent of Code 2023.
aoc_2024/
- Solutions for Advent of Code 2024.
How to Use
- Navigate to the folder corresponding to the year you are interested in.
- Each folder contains solutions to daily puzzles, typically named
Day1
, Day2
, etc.
- Solutions may be implemented in different programming languages depending on the year.
Feel free to explore, use the solutions as references, or contribute by suggesting optimizations and improvements.
Contributing
If you'd like to contribute to this repository, feel free to open a pull request or submit an issue with suggestions.
License
This project is licensed under the MIT License - see the LICENSE file for details.
Happy coding! 🎄