path_graph (288B)
1 # Path graph 2 3 [graph] consisting of a [path] 4 5 - [one_way_path] 6 - [two_way_path] 7 8 generalisations of the "path" graph class: 9 10 - [path_excentricity] 11 - [graph_caterpillar] 12 - [graph_lobster] 13 14 special case: 15 16 - 1-path is a single [edge] 17 - [2_path] 18 - [3_path] 19 20 Up: [graph] 21 22 See also: [path]