eccentricity
radius
Enter search terms or a module, class or function name.
Return the periphery of the graph G.
The periphery is the set of nodes with eccentricity equal to the diameter.
G : NetworkX graph
A graph
e : eccentricity dictionary, optional
A precomputed dictionary of eccentricities.
p : list
List of nodes in periphery