advent_of_code_2024::day_8

Type Alias SequenceModifier

source
type SequenceModifier = fn(_: Vec<(usize, usize)>) -> Vec<(usize, usize)>;
Expand description

This differentiates the two parts by allowing outside control over which nodes are selected when extrapolating the line between two antenna