import * as lazyPathfinding from "https://deno.land/x/lazy_pathfinding@v1.1.1/directed/count_paths.ts";
Functions
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. |