aoc::year2021::day23

Function part2

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

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