VertexEccentricity
compute the eccentricity of
vertex
in thegraph
. It’s the length of the longest shortest path from thevertex
to every other vertex in thegraph
.
See
Related terms
GraphCenter, GraphDiameter, GraphPeriphery, GraphRadius, AdjacencyMatrix, EdgeList, EdgeQ, EulerianGraphQ, FindEulerianCycle, FindHamiltonianCycle, FindVertexCover, FindShortestPath, FindShortestTour, FindSpanningTree, Graph, GraphQ, HamiltonianGraphQ, VertexList, VertexQ
Implementation status
- ✅ - full supported