In graph theory, an edge [1][2] is one of the fundamental objects making up a graph, together with the vertices it connects. Each edge joins together a pair of vertices. The edges of a graph form its edge set .

Definition


Definition 1 (Edge)

Let be a graph with vertex set . An edge is a pair of vertices that are joined together. The vertices and are called the endpoints of the edge. Two vertices joined by an edge are called adjacent, and the edge is said to be incident to each of them.

Variants


Edges come in two basic variants, depending on whether the connection between vertices carries a direction:

  • Undirected edge : connects two vertices symmetrically, with no distinction between them. Both endpoints are simply called endpoints.
  • Directed edge : connects an ordered pair of vertices. The two endpoints are distinguished by name as the tail and the head .

References

  1. [1]

    “Glossary of graph theory”, Wikipedia, Available: https://en.wikipedia.org/wiki/Edge_(graph_theory), Accessed: 2026-07-14

  2. [2]

    “Graph Edge”, Wolfram MathWorld, Available: https://mathworld.wolfram.com/GraphEdge.html, Accessed: 2026-07-14