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

AaForest<V> is an unweighted balanced binary forest data structure.

Structs

AaForest

AaForest<V> is a data structure for holding balanced binary trees. Its tree nodes are held in a memory arena and are addressed through their associated NodeIndex.