My solutions to the advent of code challenges https://adventofcode.com/
Go to file
Arnaud Fauconnet 49c4597c4a Added README.md
2023-08-03 12:17:54 +02:00
2020 Added 2020 (python) 2023-08-02 11:39:56 +02:00
2021 Added 2021 (python) 2023-08-02 11:46:44 +02:00
2022 Started 2022 with go 2023-08-02 11:50:29 +02:00
.gitmodules Added 2022 (cpp) 2023-08-02 11:50:10 +02:00
README.md Added README.md 2023-08-03 12:17:54 +02:00

Advent of Code

What is it?

from the adventofcode.com/about

Advent of Code is an Advent calendar (written by Eric Wastl) of small programming puzzles for a variety of skill sets and skill levels that can be solved in any programming language you like.

Why is it?

People use them as interview prep, company training, university coursework, practice problems, a speed contest, or to challenge each other.

Personally, I started using it as a hobby, but then, after hearing ThePrimeagen saying it was a great idea to use it as a way to learn a new programming language, I started doing the challenges to learn the go programming language, because why not?

What can you find here?

In this repository you can find my solutions to the years 2020, 2021 and 2022. I've never completed an entire Advent of Code calendar because the final puzzles are usually pretty hard and I didn't (and still don't) have time to obsess about them. I try to keep this as a fun experience to solve problems and learn new things, nothing too hardcore.

Questions

If you have any questions about my solutions, feel free to create an issue and I'll try to answer it :)