package documentation
Code from the chapter "Search Trees".
Module | avl |
Provides the AVLTreeMap class implementing a map using an AVL tree. |
Module | binary |
Provides the TreeMap class implementing a map using an (unbalanced) binary search tree. |
Module | red |
Provides the RedBlackTreeMap class implementing a map using a red-black tree. |
Module | splay |
Provides the SplayTreeMap class implementing a map using a splay tree. |