Skip to main content
Go to Latest
import * as frugal from "https://deno.land/x/frugal@0.2.1/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.