A self-balancing binary search tree data structure where each node is either red or black and the root node is always black.
A self-balancing binary search tree data structure where each node is either red or black and the root node is always black.