Typed API (TypeDoc) / SPPair
Type Alias: SPPair<T, V>
SPPair<
T,V> =object
Defined in: graph/src/graph.ts:96
Type Parameters
T
T
V
V extends IVertex<T>
Properties
k
k:
Map<V,number>
Defined in: graph/src/graph.ts:104
Description
Map of path costs to Vertex
p
p:
Map<V,V>
Defined in: graph/src/graph.ts:100
Description
Map of all Predecessors