Skip to main content

eccentricity

Function eccentricity 

Source
pub fn eccentricity<G>(graph: &G, node: G::Node) -> Option<usize>
Expand description

Returns the exact eccentricity of node in a connected graph.