Module outils::tree::bst::aatree [] [src]

AaTree<K, V> is an unweighted balanced binary search tree data structure.

Structs

AaTree

AaTree<K, V> is a balanced binary search tree data structure. Its tree nodes are held in a memory arena and are addressed through their associated NodeIndex.