Module extended_collections::red_black_tree[][src]

Self-balancing binary search tree that uses a color bit to ensure that the tree remains approximately balanced during insertions and deletions.

Structs

RedBlackMap

An ordered map implemented using an avl tree.

RedBlackSet

An ordered set implemented using a red_black_tree.