diameter
periphery
Enter search terms or a module, class or function name.
Return the eccentricity of nodes in G.
The eccentricity of a node v is the maximum distance from v to all other nodes in G.
G : NetworkX graph
A graph
v : node, optional
Return value of specified node
sp : dict of dicts, optional
All pairs shortest path lenghts as a dictionary of dictionaries
ecc : dictionary
A dictionary of eccentricity values keyed by node.