$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (yg-boost-users_at_[hidden])
Date: 2003-06-05 06:37:54
Hi Hossein,
Hossein Haeri wrote:
> Jasper,
>
>> Isn't std::map what you want?
>
> No, it isn't!
>
> The fact is that I have a hierarchy that is aimed to
> be
> fixed, and is not balanced at all. The more important
> fact about it is that this hierarchy doesn't have any
> ordering.
If there no ordering, then what you want is not in fact
Binary Search Tree... and if all you want is represent a tree,
then Boost.Graph is quite handy.
- Volodya