Stats.GraphSourceBasic statistics on graphs (experimental)
Dist handles distances between vertices. The distance between two vertices is the length of a shortest path between those vertices.
module Make
(Graph : Stats_intf.Graph) :
Graph_statistics with type t = Graph.t and type vertex = Graph.vertexGraph statistics generic on an undirected Graph implementation.