Path (graph theory)
A path in a graph is a sequence of distinct vertices in which each consecutive pair is connected by an edge. Its length is the number of edges in the sequence.
Linked from 19 pages
Graph theoryRelated: Paths formalize routes through a graph and underpin distance and reachability.
Dijkstra's algorithmRelated: The algorithm seeks paths whose total edge weight is minimal.
Tree (graph theory)Related: Between every pair of vertices in a tree, exactly one path exists.
Connected graphRelated: A path is the route that must exist between every vertex pair.
Graph minorRelated: Contractions shorten paths, while connected branch sets rely on paths.
Transitive closureRelated: A pair belongs to the closure when a path connects its vertices.
Odd cycleRelated: Cycles build on paths by joining the final vertex back to the first.