Crate avl

Source
Expand description

Dictionary data structures implemented with an AVL tree (nearly balanced binary search tree).

Modules§

map
An ordered map implemented with an AVL tree.
set
An ordered set implemented with an AVL tree.

Structs§

AvlTreeMap
An ordered map implemented with an AVL tree.
AvlTreeSet
An ordered set implemented with an AVL tree.