UNPKG

@antv/algorithm

Version:
4 lines (3 loc) 160 B
import { GraphData, Matrix } from "./types"; declare const floydWarshall: (graphData: GraphData, directed?: boolean) => Matrix[]; export default floydWarshall;