Expand description
Solutions for Advent of Code 2015
Macros§
- puzzles
- Macro which supplies a list of implemented puzzle solutions in this crate.
Structs§
- Day01
- 2015 Day 1: Counting brackets.
- Day02
- 2015 Day 2: Box maths.
- Day03
- 2015 Day 3: Counting unique points.
- Day04
- 2015 Day 4: Finding MD5 hashes with leading zeroes.
- Day05
- 2015 Day 5: Matching string patterns.
- Day06
- 2015 Day 6: Light grid.
- Day07
- 2015 Day 7: Logic gates.
- Day08
- 2015 Day 8: Escape sequences.
- Day09
- 2015 Day 9: Finding the shortest and longest path.
- Day10
- 2015 Day 10: Look-and-say sequence.
- Day11
- 2015 Day 11: Password rules.
- Day12
- 2015 Day 12: JSON document numbers.
- Day13
- 2015 Day 13: Seating plan.
- Day14
- 2015 Day 14: Reindeer speeds.
- Day15
- 2015 Day 15: Maximizing ingredient score.
- Day16
- 2015 Day 16: Matching Aunt Sue’s gift clues.
- Day17
- 2015 Day 17: Counting subset sums.
- Day18
- 2015 Day 18: Game of Life.
- Day19
- 2015 Day 19: Molecule string replacements.
- Day20
- 2015 Day 20: Divisor function.
- Day21
- 2015 Day 21: RPG item shop combinations.
- Day22
- 2015 Day 22: RPG spell combinations.
- Day23
- 2015 Day 23: Interpreting assembly.
- Day24
- 2015 Day 24: Minimizing subset size & product.
- Day25
- 2015 Day 25: Modular exponentiation.