isLeaf
l
A node is a leaf if it is not the first of any
arc in the graph.
l
isLeaf(Node, Graph) =
!member(Node, map(first, Graph));
l
all nodes of Graph that begin some arc
ÔnotÕ operator