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