Expand description
Solutions for Advent of Code 2025
Macros§
- puzzles
- Macro which supplies a list of implemented puzzle solutions in this crate.
Structs§
- Day01
- 2025 Day 1: Counting how many times a dial passes zero.
- Day02
- 2025 Day 2: Finding numbers with repeated digit patterns within ranges.
- Day03
- 2025 Day 3: Finding the maximum number from ordered digits.
- Day04
- 2025 Day 4: Iteratively removing cells with less than 4 neighbours.
- Day05
- 2025 Day 5: Merging integer ranges.
- Day06
- 2025 Day 6: Parsing numbers from columns of digits.
- Day07
- 2025 Day 7: Counting splitting paths in a grid.
- Day08
- 2025 Day 8: Connecting the nearest 3D points to form a connected graph.
- Day09
- 2025 Day 9: Finding the largest rectangle inside a polygon.
- Day10
- 2025 Day 10: Finding the minimum number of operations that sum to a target.
- Day11
- 2025 Day 11: Counting paths through a directed acyclic graph.
- Day12
- 2025 Day 12: Checking region sizes.