This repository contains my solutions to the Advent of Code challenges. Advent of Code is an annual event with daily coding puzzles that are released from December 1st to December 25th.
Advent of Code is a series of programming puzzles created by Eric Wastl. The challenges cover various topics such as algorithms, data structures, and mathematical concepts. Participants are encouraged to solve the puzzles using their preferred programming language.
For more information and to participate, visit the Advent of Code website.
The repository is organized by year, and each year contains a folder for each day of the Advent of Code event. Inside each day's folder, you'll find the solution code and any additional resources or notes.
/YYYY
/day-01
- main.go
/day-02
- main.go
...
-
Clone the repository to your local machine:
git clone https://github.com/JoaoAlexNunes/AoC-solutions.git
-
Navigate to the desired year and day folder.
-
Run the solution code using your preferred programming language.
Feel free to explore the solutions, learn from the code, and share your own solutions. If you have suggestions for improvements or alternative solutions, open an issue or submit a pull request.
This project is licensed under the MIT License.