Type alias Vertex

Vertex: Record<Key, number>

A graph vertex, containing the edges connecting it to other vertices; edges are described as a lookup withthe target vertex's key associated to the edge's weight

Generated using TypeDoc