Crate sparse_graph

Source

Structsยง

ConnectedComponents
A label map of the connected components of a graph.
SparseGraph
A SparseGraph represents an unweighted graph with V nodes and E edges using the compressed sparse row format.
ValuedSparseGraph
WeightedSparseGraph
WeightedValuedSparseGraph