Skip to main content
Deno 2 is finally here 🎉️
Learn more
Go to Latest
import * as frugal from "https://deno.land/x/frugal@0.5.0/packages/dependency_graph/graph.ts";

Functions

In-order walk of a graph. Each node will be visited only once.

Pre-order walk of a graph. Each node will be visited only once.