Module graphmap

Source
Expand description

GraphMap<N, E, Ty> is a graph datastructure where node values are mapping keys.

Structs§

AllEdges
AllEdgesMut
Edges
EdgesDirected
GraphMap
GraphMap<N, E, Ty> is a graph datastructure using an associative array of its node weights N.
Neighbors
NeighborsDirected
NodeIdentifiers
NodeReferences
Nodes
Ptr
A reference that is hashed and compared by its pointer value.

Traits§

NodeTrait
A trait group for GraphMap’s node identifier.

Type Aliases§

DiGraphMap
A GraphMap with directed edges.
UnGraphMap
A GraphMap with undirected edges.