next | previous | forward | backward | up | top | index | toc | Macaulay2 web site
Graphs (missing documentation) :: leaves

leaves -- lists the leaves of a tree graph

Synopsis

Description

A vertex of a tree graph is a leaf if the degree of the vertex is 1
i1 : G = graph({{1,2},{1,3},{3,4},{3,5}},EntryMode=>"edges");
i2 : leaves G;

See also

Ways to use leaves :