package documentation

Code from the chapter "Search Trees".

Module avl_tree Provides the AVLTreeMap class implementing a map using an AVL tree.
Module binary_search_tree Provides the TreeMap class implementing a map using an (unbalanced) binary search tree.
Module red_black_tree Provides the RedBlackTreeMap class implementing a map using a red-black tree.
Module splay_tree Provides the SplayTreeMap class implementing a map using a splay tree.