UNPKG

ts-ds-tool

Version:

Data structure and algorithm of TypeScript

4 lines (3 loc) 158 B
import { GraphVertex } from "../../.."; import { Graph } from "../../../graph/Graph"; export declare function topoSort<T>(graph: Graph<T>): GraphVertex<T>[];