Crate year2016

Source
Expand description

Solutions for Advent of Code 2016

Macros§

puzzles
Macro which supplies a list of implemented puzzle solutions in this crate.

Structs§

Day01
2016 Day 1: Calculating Manhattan distance.
Day02
2016 Day 2: Finding keypad codes.
Day03
2016 Day 3: Checking triangle validity.
Day04
2016 Day 4: Decrypting room names.
Day05
2016 Day 5: Finding MD5 hashes, part two.
Day06
2016 Day 6: Decoding repetition code.
Day07
2016 Day 7: Matching palindromes in bracketed sequences.
Day08
2016 Day 8: Converting pixels to text.
Day09
2016 Day 9: Calculating decompressed length.
Day10
2016 Day 10: Comparing chip values.
Day11
2016 Day 11: Minimizing steps to safely rearrange generators and microchips.
Day12
2016 Day 12: Interpreting assembly, again.
Day13
2016 Day 13: Finding the shortest path.
Day14
2016 Day 14: Finding MD5 hashes, part three.
Day15
2016 Day 15: Finding when discs align.
Day16
2016 Day 16: Calculating a dragon curve checksum.
Day17
2016 Day 17: Finding the shortest and longest path in a MD5 maze.
Day18
2016 Day 18: Counting safe tiles.
Day19
2016 Day 19: Finding the winners of counting-out games.
Day20
2016 Day 20: Finding numbers outside a list of ranges.
Day21
2016 Day 21: Unscrambling passwords.
Day22
2016 Day 22: Solving a sliding puzzle.
Day23
2016 Day 23: Interpreting assembunny assembly, again.
Day24
2016 Day 24: Finding the shortest path and cycle.
Day25
2016 Day 25: Finding patterns in interpreted assembunny assembly output.