Crate year2018

Source
Expand description

Solutions for Advent of Code 2018

Macros§

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

Structs§

Day01
2018 Day 1: Finding the first repeat.
Day02
2018 Day 2: Finding near-match IDs.
Day03
2018 Day 3: Identifying the region that isn’t overlapped.
Day04
2018 Day 4: Analysing guard sleep schedules.
Day05
2018 Day 5: Reducing the input by removing matching letter pairs.
Day06
2018 Day 6: Measuring regions using Manhattan distance.
Day07
2018 Day 7: Scheduling steps with dependencies.
Day08
2018 Day 8: Summing nested node metadata.
Day09
2018 Day 9: Simulating a marble game.