In wikipedia: http://en.wikipedia.org/wiki/Red-black_tree#Applications_and_related_data_structures
red-black tree is a type of self-balancing binary search tree, a data structure used in computing science, typically used to implement associative arrays.
Anyone know a language implemented associative array using redblack tree?