Skip to content

antselevich/rbmap2

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published