Expand description
Solutions for Advent of Code 2024
Macros§
- Macro which supplies a list of implemented puzzle solutions in this crate.
Structs§
- 2024 Day 1: Comparing two lists of numbers.
- 2024 Day 2: Checking sequences of numbers.
- 2024 Day 3: Extracting instructions from corrupted input.
- 2024 Day 4: Counting matches in a word search.
- 2024 Day 5: Sorting lists using constraints.
- 2024 Day 6: Finding obstructions to cause infinite loops.
- 2024 Day 7: Finding operator combinations to make valid equations.
- 2024 Day 8: Plotting lines between nodes of the same frequency.
- 2024 Day 9: Implementing disk defragmentation.
- 2024 Day 10: Counting increasing paths through a grid.
- 2024 Day 11: Counting dividing stones.
- 2024 Day 12: Counting area, perimeter and sides of shapes in a grid.
- 2024 Day 13: Solving linear systems.
- 2024 Day 14: Finding when robots arrange themselves into a picture.
- 2024 Day 15: Moving boxes around a grid.
- 2024 Day 16: Finding the shortest paths through a maze.
- 2024 Day 17: Interpreting 3-bit assembly.
- 2024 Day 18: Finding when the path through a grid is blocked.
- 2024 Day 19: Counting possible combinations of patterns to form designs.
- 2024 Day 20: Finding shortcuts phasing through walls in a maze.
- 2024 Day 21: Counting recursive keypad presses.
- 2024 Day 22: Simulating a pseudorandom number generator.
- 2024 Day 23: Finding the largest clique in a graph.
- 2024 Day 24: Finding swapped logic gates in an adder circuit.
- 2024 Day 25: Finding matching keys and locks.