Function aoc::year2017::day13::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.