hraban / cl-graph

Common Lisp library for manipulating graphs and running graph algorithms
http://common-lisp.net/project/cl-graph/
Other
73 stars 13 forks source link

Mirror "root" functionality for leaf nodes #3

Closed hraban closed 1 year ago

hraban commented 13 years ago

Defines two new functions: graph-leafs and leafp. These are similar to graph-roots and rootp but act on leaf nodes instead.