part2

Function part2 

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

Split the route into 3 segments. The answer is the number of paths in each segment multiplied by each other. In the actual input, one of these paths will not be possible and will have zero total count.