This repository contains Java solutions for some of the problems from the annual programming event "Advent of Code" in 2021.
The main purpose of this repository is to provide examples of solutions to some of the problems from the "Advent of Code" event in Java. You can use the code in this repository to learn about different algorithms and techniques used to solve these types of problems.
To run the code in this repository, you need to have Java SE Development Kit installed on your computer.
To use the code in this repository, you can follow these steps:
- Clone this repository to your local machine using
git clone https://github.com/marcovalla/Advent-of-code-2021.git
- Import the project into your preferred IDE
- Modify the code of the
Ejercicios.java
file to run the desired algorithm - Run the project from your IDE
- Provide input data for the algorithm (if necessary) through the console
This repository was created by marcovalla and is provided under the MIT license. The "Advent of Code" problems are the property of Eric Wastl.