Crate avl

source · []
Expand description

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

Modules

An ordered map implemented with an AVL tree.

An ordered set implemented with an AVL tree.

Structs

An ordered map implemented with an AVL tree.

An ordered set implemented with an AVL tree.