File size: 73 Bytes
c211499
1
2
export function dijkstraAll(g: any, weightFunc: any, edgeFunc: any): {};