VertexList
VertexList(graph)convert the
graphinto a list of vertices.
See
Examples
>> VertexList(Graph({1 -> 2, 2 -> 3, 1 -> 3, 4 -> 2})){1,2,3,4}Related terms
GraphCenter, GraphDiameter, GraphPeriphery, GraphRadius, AdjacencyMatrix, EdgeList, EdgeQ, EulerianGraphQ, FindEulerianCycle, FindHamiltonianCycle, FindVertexCover, FindShortestPath, FindShortestTour, FindSpanningTree, Graph, GraphQ, HamiltonianGraphQ, VertexEccentricity, VertexQ
Implementation status
- ✅ - full supported