The Advent of Code is a series of 25 unique challenges. Each participant must complete 1 challenge made out of 2 parts per day, starting from December 1st to December 25th. I discovered the AoC through a friend, and the 2023 edition is the first one I participated in. I decided to complete a few challenges in C++, with the aim of consolidating my skills in algorithm design, and having fun with a low-level language that I particularly like. I have also completed a challenge using the Rust programming language.
Link to the GitHub repo : https://github.com/ThomasGysemans/adventofcode-2023/