5 Jun
2003
5 Jun
'03
11:37 a.m.
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