Crate data_forest

Crate data_forest 

Source

Modulesยง

avl_tree
Self-balancing AVL tree (strict height-balanced BST).
binary_search_tree
A classic binary search tree without automatic balancing.
red_black_tree
Self-balancing Red-Black tree (color-based balanced BST).