pub fn part2(input: &Vec<Vec<usize>>) -> u64Expand 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.