Module adjacency_list

Source

Structsยง

AdjacencyList
Represents a pointer bag design for an adjacency list graph representation. Nodes are identified by stable Vec indices for the lifetime of the graph.
Link
Node