All Subjects
Light
Math for Non-Math Majors
In graph theory, two vertices are adjacent if they are connected by an edge. Adjacent vertices can also be referred to as neighboring vertices.
congrats on reading the definition of adjacent. now let's actually learn it.
vertex: A fundamental unit of which graphs are formed, representing nodes or points.
edge: A connection between two vertices in a graph.
adjacency matrix: A square matrix used to represent a finite graph, indicating which pairs of vertices are adjacent.