UNPKG

ts-ds-tool

Version:

Data structure and algorithm of TypeScript

3 lines (2 loc) 110 B
import { Graph } from "../../../graph/Graph"; export declare function tarjan<T>(graph: Graph<T>): string[][];