Module count_paths

Module count_paths 

Source
Expand description

Count the total number of possible paths to reach a destination.

Functionsยง

count_paths
Count the total number of possible paths to reach a destination. There must be no loops in the graph, or the function will overflow its stack.