Advent of code
Solutions to previous advent of code that I wrote (with some help)
Description
Advent of code is a yearly challenge, where from the 1st to the 25th there is a new programming challenge that participants try to solve as fast as possible.Experiences
- Learnt more about programming techniques, such as dynamic programming.
- Learnt about data structures.
- Experienced different languages to be able to implement solutions.