Target-Lists Representation
l
[ [a, [b, c]],
[b, []],
[c, [d, e]],
[d, [ ]],
[e, [ ]]
]
a
b
c
d
e
l
This works for graphs
in general;
is not limited to trees.
l
DoesnŐt directly show
tree-dom.
nodes
targets