This documentation is for version 1.4.dev_20110115230102, which is not released yet.
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.
| Parameters : | G : NetworkX graph
v : node, optional
sp : dict of dicts, optional
|
|---|---|
| Returns : | ecc : dictionary
|