Expand description
Dictionary data structures implemented with an AVL tree (nearly balanced binary search tree).
Modules§
Structs§
- AvlTree
Map - An ordered map implemented with an AVL tree.
- AvlTree
Set - An ordered set implemented with an AVL tree.
Dictionary data structures implemented with an AVL tree (nearly balanced binary search tree).