Function aoc::year2016::day22::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.