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)
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]
“Glossary of graph theory”, Wikipedia, Available: https://en.wikipedia.org/wiki/Edge_(graph_theory), Accessed: 2026-07-14 ↩
- [2]
“Graph Edge”, Wolfram MathWorld, Available: https://mathworld.wolfram.com/GraphEdge.html, Accessed: 2026-07-14 ↩