path (295B)
1 # Path 2 3 sequence of vertices in a [graph] such that any two successive vertices are connected by an [edge] 4 5 - [simple_path] 6 - [trail] 7 - [shortest_path] 8 - [hamiltonian_path] 9 - [eulerian_path] 10 - [path_undirected] 11 - [path_directed] 12 13 Up: [graph] 14 15 See also: [pathwidth], [path_graph] 16 17 Aliases: paths