Skip to main content

part1

Function part1 

Source
pub fn part1(input: &[Node]) -> usize
Expand description

No need to actually check node pairs because only the empty node can receive data, and all but the wall nodes can pair with the empty node but not each other.