Hi,

On Sun, 12 Dec 1999, Lars Skovlund wrote:

[...]

One final(?) question:

> 
>                 (parent node in main tree)
>                          /      \
>                        /         \
>              (not assigned)   tree node
>                                  /   
>                                /      
>                           tree node
>                         /       \*
>                       /          \
>                   nodeval1    (beginning of subtree t1)
>                                  /
>                                 /
>                            nodeval2

What happens if t1 is # here? I could think of three possibilities:

* links to
- #
- LEAF(nodeval2)
- BRANCH(LEAF(nodeval2), #)

I'll implement the last one for now.

llap,
 Christoph

Reply via email to