VertexList[g]
gives a list of all vertices in the graph g.


VertexList
VertexList[g]
gives a list of all vertices in the graph g.
Details and Options
- VertexList functionality is now available in the built-in Wolfram Language function VertexList.
- To use VertexList, you first need to load the Graph Utilities Package using Needs["GraphUtilities`"].
- VertexList returns a list of vertices of the graph g.
- For graphs specified using a rule list, the list of vertices is returned in the order in which they first appear.
- Functions such as GraphCoordinates and PageRankVector return information on vertices in the order given by VertexList.
Examples
Basic Examples (2)
The list of vertices of a simple graph:
This function has been superseded by VertexList in the Wolfram System:
See Also
Tech Notes
Related Guides
-
▪
- Graph Utilities Package ▪
- Graphs & Networks ▪
- Graph Visualization ▪
- Computation on Graphs ▪
- Graph Construction & Representation ▪
- Graphs and Matrices ▪
- Graph Properties & Measurements ▪
- Graph Operations and Modifications ▪
- Statistical Analysis ▪
- Social Network Analysis ▪
- Graph Properties ▪
- Mathematical Data Formats ▪
- Discrete Mathematics
Text
Wolfram Research (2007), VertexList, Wolfram Language function, https://reference.wolfram.com/language/GraphUtilities/ref/VertexList.html.
CMS
Wolfram Language. 2007. "VertexList." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/GraphUtilities/ref/VertexList.html.
APA
Wolfram Language. (2007). VertexList. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/GraphUtilities/ref/VertexList.html
BibTeX
@misc{reference.wolfram_2025_vertexlist, author="Wolfram Research", title="{VertexList}", year="2007", howpublished="\url{https://reference.wolfram.com/language/GraphUtilities/ref/VertexList.html}", note=[Accessed: 21-August-2025]}
BibLaTeX
@online{reference.wolfram_2025_vertexlist, organization={Wolfram Research}, title={VertexList}, year={2007}, url={https://reference.wolfram.com/language/GraphUtilities/ref/VertexList.html}, note=[Accessed: 21-August-2025]}