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
EdgeReferenceof 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
EdgeReferenceof the outgoing edges from a node. - WSuc ๐
- Weighted successor
Functionsยง
Type Aliasesยง
- Node
Index - Adjacency list node index type, a plain integer.
- Row ๐
- One row of the adjacency list.
- RowIter ๐
- Some
Iter ๐ - Unweighted
List - A very simple adjacency list with no node or label weights.