UNPKG

gramoloss

Version:

Graph theory package for edition and computation

3 lines (2 loc) 210 B
import { VertexIndex } from "../vertex"; export declare function getDirectedCycle(verticesIndices: Iterable<VertexIndex>, outNeighbors: Map<VertexIndex, Iterable<VertexIndex>>): undefined | Array<VertexIndex>;