Expand description
Solutions for Advent of Code 2016
Macros§
- Macro which supplies a list of implemented puzzle solutions in this crate.
Structs§
- 2016 Day 1: Calculating Manhattan distance.
- 2016 Day 2: Finding keypad codes.
- 2016 Day 3: Checking triangle validity.
- 2016 Day 4: Decrypting room names.
- 2016 Day 5: Finding MD5 hashes, part two.
- 2016 Day 6: Decoding repetition code.
- 2016 Day 7: Matching palindromes in bracketed sequences.
- 2016 Day 8: Converting pixels to text.
- 2016 Day 9: Calculating decompressed length.
- 2016 Day 10: Comparing chip values.
- 2016 Day 11: Minimizing steps to safely rearrange generators and microchips.
- 2016 Day 12: Interpreting assembly, again.
- 2016 Day 13: Finding the shortest path.
- 2016 Day 14: Finding MD5 hashes, part three.
- 2016 Day 15: Finding when discs align.
- 2016 Day 16: Calculating a dragon curve checksum.
- 2016 Day 17: Finding the shortest and longest path in a MD5 maze.
- 2016 Day 18: Counting safe tiles.
- 2016 Day 19: Finding the winners of counting-out games.
- 2016 Day 20: Finding numbers outside a list of ranges.
- 2016 Day 21: Unscrambling passwords.
- 2016 Day 22: Solving a sliding puzzle.
- 2016 Day 23: Interpreting assembunny assembly, again.
- 2016 Day 24: Finding the shortest path and cycle.
- 2016 Day 25: Finding patterns in interpreted assembunny assembly output.