Vertex (graph theory)
A vertex is an individual entity in a graph, connected to other vertices by edges. Vertices may represent abstract objects, places, people, or states.
Linked from 23 pages
Adjacency matrixRelated: Each vertex corresponds to one row and one column of the matrix.
Adjacency listBroader topic: An adjacency list stores one neighbor collection for each vertex.
Complete graphRelated: Completeness requires every pair of distinct vertices to be adjacent.
Undirected graphBroader topic: Vertices are the endpoints that undirected edges connect.
Breadth-first searchRelated: Breadth-first search marks and processes vertices one at a time.
Simple graphRelated: A simple graph's vertices are the endpoints that its edges may join.
Perfect matchingRelated: A perfect matching must cover every vertex exactly once.