PreviousUpNext

Red-Black Trees: The Map API

So much for basic functionality. Now let us look at some of the other operations supported by Mythryl Red-Black trees.

At this point you might want to take a quick peek at the src/lib/src/map.api file defining the Mythryl Red-Black API, just to get a sense of the number of operations defined.

The richness of the Map API is not because Red-Black trees are complex (in fact they are quite simple) but rather because they are heavily used in Mythryl software, and consequently people keep asking for just one more feature to make them even more useful.


Comments and suggestions to: bugs@mythryl.org

PreviousUpNext