Target Set
lThe target set of a node n is the set of nodes to which there is an arc from n.
ltargets(a) = {b, c}
ltargets(b) = {d}
ltargets(c) = {d, e}
ltargets(d) = { }
ltargets(e) = {a}

a
b
c
d
e