DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 
Associative Arrays in C++ - Map(C++)

Implementation Notes and Warnings

These classes are presently implemented as AVL trees. An AVL tree is a binary tree with the added requirement that the heights of the two subtrees of each node may differ by no more than one

We believe our implementation is reasonably robust. There are, however, a few places where a user might get into trouble:


Next topic: Another Example: Topological Sorting
Previous topic: Suggested Applications

© 2005 The SCO Group, Inc. All rights reserved.
SCO OpenServer Release 6.0.0 -- 02 June 2005