Trees ===== The **trees** package contains the following modules: - **binary_trees**: Contains implementations of various types of binary trees. - **tree_exceptions**: Defines exceptions related to tree operations. Binary Trees ------------ .. toctree:: :maxdepth: 2 avl_tree binary_search_tree traversal Tree exceptions --------------- .. automodule:: trees.tree_exceptions :members: