Function aoc::year2019::day20::part2

source ยท
pub fn part2(input: &Maze) -> u32
Expand description

BFS with memoization of previously seen states.