Module extended_collections::avl_tree[][src]

Self-balancing binary search tree where the heights of the two child subtrees of any node differ by at most one.

Structs

AvlMap

An ordered map implemented using an avl tree.

AvlSet

An ordered set implemented using a avl_tree.