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