advent_of_code_2024::day_8

Function antinode_pair_sequence_modifier

source
fn antinode_pair_sequence_modifier(
    coordinate_sequence: Vec<(usize, usize)>,
) -> Vec<(usize, usize)>
Expand description

Part 1 - Select only the first node beyond the origin