aoc::year2016::day22

Function part1

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

Filter the used and available space in ascending order to find the viable pairs efficiently.