Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/lazy_pathfinding/directed/count_paths.ts

Pathfinding library for Deno
Latest
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.