Day | Problem | Part 1 | Part 2 |
---|---|---|---|
1 | Sonar Sweep | ★ | ★ |
2 | Dive! | ★ | ★ |
3 | Binary Diagnostic | ★ | ★ |
4 | Giant Squid | ★ | ★ |
5 | Hydrothermal Venture | ★ | ★ |
6 | Lanternfish | ★ | ★ |
7 | The Treachery of Whales | ★ | ★ |
8 | Seven Segment Search | ★ | ★ |
9 | Smoke Basin | ★ | ★ |
10 | Syntax Scoring | ★ | ★ |
11 | Dumbo Octopus | ★ | ★ |
12 | Passage Pathing | ★ | ★ |
13 | Transparent Origami | ★ | ★ |
14 | Extended Polymerization | ★ | ★ |
15 | Chiton | ★ | ★ |
16 | Packet Decoder | ★ | ★ |
17 | Trick Shot | ★ | ★ |
18 | Snailfish | ★ | ★ |
This is supposed to be a commandline tool for the adventofcode.
The library is essentially a helper to build the commandline tool. It automatically fetches the inputs of each day when they are needed.
Using this library, you can either build your own commandline tool, or you can modify the existing one and add your own solutions.
The binary aoc is the main part and in it you will find my solutions for each day as an example. It uses the library and provides a commandline tool to run each day.