Repository with the code for my solutions of the Advent of Code contest.
The goal of this repository is to upgrade my skills in programming and contribute to the Advent of Code community with (maybe) some original ideas.
Advent of Code is an Advent calendar of small programming puzzles for a variety of skill sets and skill levels that can be solved in any programming language you like.
Advent of Code is an annual online event that takes place during the month of December 🎄. It's a series of daily programming challenges that typically involve solving algorithmic or coding problems. These challenges are designed to be fun and educational, covering a wide range of topics from basic algorithms to more advanced problems in data structures and mathematics. 🚀
Each day includes two problems, where solving the first unlocks the second. Completing both problems earns you two stars per day, allowing participants to collect up to 50 stars ⭐ each year.
It's written with as many comments and readability as possible.
- Contain errors.
- Not be efficient in terms of time/memory.
- Be unreadable.
- Lacking in documentation (comments may be in Spanish).
The inputs are passed to the program as standard input or the program directly opens the file.
The input of my problems are each in their respective folder 📁. However programs must work for every input.
Code under MIT license.