antselevich/rbmap2
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
The following C++ code is a realization of associative map based on rank-balanced trees (http://www.cs.princeton.edu/~sssix/papers/rb-trees.pdf). Here it is compared to std::map from C++ STL. If you wish to compare heights of the trees, you need to create std::map-like class able to compute its own height.