Expand description
Solutions for Advent of Code 2019
Macros§
- puzzles
- Macro which supplies a list of implemented puzzle solutions in this crate.
Structs§
- Day01
- 2019 Day 1: Summing values from a recursive formula.
- Day02
- 2019 Day 2: Interpreting machine code with add and multiply instructions.
- Day03
- 2019 Day 3: Finding path intersections.
- Day04
- 2019 Day 4: Counting non-decreasing numbers containing pairs.
- Day05
- 2019 Day 5: Interpreting machine code with IO, conditionals and immediate operands.
- Day06
- 2019 Day 6: Counting depths and distances in a tree.
- Day07
- 2019 Day 7: Finding the maximum output of an interpreter pipeline.
- Day08
- 2019 Day 8: Recognizing text formed by stacking layers.
- Day09
- 2019 Day 9: Interpreting machine code with base-relative addressing.
- Day10
- 2019 Day 10: Ordering visible grid points in a rotational sweep.
- Day11
- 2019 Day 11: Recognizing text painted by interpreting machine code.
- Day12
- 2019 Day 12: Simulating gravity between pairs.
- Day13
- 2019 Day 13: Interpreting machine code to play a brick breaker arcade game.
- Day14
- 2019 Day 14: Calculating the maximum output from a process chain.
- Day15
- 2019 Day 15: Interpreting machine code to find the shortest path in a maze.
- Day16
- 2019 Day 16: Transforming digits with a repeating block pattern.
- Day17
- 2019 Day 17: Interpreting machine code to find a path, then compressing it.
- Day18
- 2019 Day 18: Finding the shortest path to collect every key.
- Day19
- 2019 Day 19: Interpreting machine code to scan a beam.
- Day20
- 2019 Day 20: Finding the shortest paths through a recursive maze.
- Day21
- 2019 Day 21: Interpreting machine code to evaluate a boolean script.
- Day22
- 2019 Day 22: Composing card shuffles.
- Day23
- 2019 Day 23: Interpreting machine code and routing packets between instances.
- Day24
- 2019 Day 24: Simulating a cellular automaton on a recursive grid.
- Day25
- 2019 Day 25: Interpreting machine code to complete a text adventure game.