Expand description
GraphMap<N, E, Ty> is a graph datastructure where node values are mapping
keys.
Structs
GraphMap<N, E, Ty>is a graph datastructure using an associative array of its node weightsN.- A reference that is hashed and compared by its pointer value.
Traits
- A trait group for
GraphMap’s node identifier.
Type Aliases
- A
GraphMapwith directed edges. - A
GraphMapwith undirected edges.