algorithms_edu/data_structures/
balanced_tree.rs

1pub mod avl_tree;
2pub mod red_black_tree;