Edge (graph theory)
An edge is a connection between two vertices in a graph. Depending on the graph, it may be undirected or directed, weighted or unweighted, and may connect a vertex to itself.
Linked from 27 pages
Graph theoryBroader topic: Edges encode the relationships that distinguish one graph from another.
Complete graphRelated: Each pair of vertices in a complete graph has exactly one edge.
Adjacency listBroader topic: Neighbor entries encode the edges incident to each vertex.
Game treeRelated: Each edge represents a move from one game position to another.