Skip to main content

Crate year2019

Crate year2019 

Source
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.