part2

Function part2 

Source
pub fn part2(input: &Maze) -> u32
Expand description

BFS with memoization of previously seen states.