graph_caterpillar (380B)
1 # Caterpillar graph 2 3 https://en.wikipedia.org/wiki/Caterpillar_tree 4 5 [Undirected_graph] which consists of a [path] with some added [leaves] 6 7 [proskurowski1999classes]: caterpillar graphs are exactly the [connected_graphs] with [pathwidth] one 8 9 See also: [graph_lobster], [horsetail_graph] 10 11 Up: [graph_undirected], [path_excentricity] 12 13 Aliases: caterpillar graph, caterpillar tree