$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Terje Slettebø (tslettebo_at_[hidden])
Date: 2002-10-11 05:56:12
>From: "Terje Slettebø" <tslettebo_at_[hidden]>
> Well, if you have only a single linked list (removing parent and
> prev_sibling), then it won't be possible to delete nodes, will it?
Sorry, it will be possible, just not very efficient, as it has to traverse
the tree for it. So it's a space/time tradeoff.
Regards,
Terje