Spoiler Warning: If you want to solve the challenges by yourself, don't read the code.
This directory contains the code I used to solve the challenges from Advent of Code 2021.
This year I'm going with TypeScript using deno
. Solutions can be run with ./main.ts
.
The following table lists the available solutions by day and language. I also added a short summary for each day.
I enjoy looking at how other coders solved the riddles to learn even more. This year I follow (A-Z):
- carlastabile (Python)
- Chimney42 (Python)
- cschell (Python)
- fdlk (Scala)
- glguy (Haskell