advent_of_code_2024::day_8

Function resonant_harmonies_sequence_modifier

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

Part 2 - Select all nodes including the origin - essentially the identity function