Function aoc::year2021::day23::part2

source ยท
pub fn part2(input: &[Vec<usize>]) -> usize
Expand description

Part two adds the middle amphipods as specified in the problem statement.