VertexEccentricity
VertexEccentricity(graph, vertex)compute the eccentricity of
vertexin thegraph. It’s the length of the longest shortest path from thevertexto 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