Advent of code 2021

Python solutions of Advent of Code 2021 written by Eric Bouteillon

Requirements

The solutions were developed and tested using Python 3.10.0 and python modules declared in requirements.txt.

For reproducibility, I also provide a development container to reproduce the exact same environment in a Docker container under Visual Studio Code with Microsoft Remote Development .

Solutions

Day Challenge Part 1 Part 2
1 Sonar Sweep part 1 part 2
2 Dive! part 1 part 2
3 Binary Diagnostic part 1 part 2
4 Giant Squid part 1 part 2
5 Hydrothermal Venture part 1 part 2
6 Lanternfish part 1 part 2
7 The Treachery of Whales part 1 part 2
8 Seven Segment Search part 1 part 2
9 Smoke Basin part 1 part 2
10 Syntax Scoring part 1 part 2
11 Dumbo Octopus part 1 part 2
12 Passage Pathing part 1 part 2

GitHub

View Github