aoc::year2017::day13

Function part2

Source
pub fn part2(input: &Vec<[u32; 2]>) -> u32
Expand description

Sieves possible values at each scanner stage to reduce the number of possible values.