pub fn eccentricity<G>(graph: &G, node: G::Node) -> Option<usize>where G: IndexUndirectedGraphView,
Returns the exact eccentricity of node in a connected graph.
node