Expand description
Simple adjacency list.
Re-exports§
Structs§
- Edge
Index - Adjacency list edge index type, a pair of integers.
- Edge
Indices - Edge
Reference - A reference to an edge of the graph.
- Edge
References - An iterator over the
EdgeReference
of all the edges of the graph. - List
- An adjacency list with labeled edges.
- Neighbors
- An iterator over the indices of the neighbors of a node.
- Node
Indices - An iterator over all node indices in the graph.
- Outgoing
Edge Indices - An Iterator over the indices of the outgoing edges from a node.
- Outgoing
Edge References - Iterator over the
EdgeReference
of the outgoing edges from a node.
Type Aliases§
- Node
Index - Adjacency list node index type, a plain integer.
- Unweighted
List - A very simple adjacency list with no node or label weights.