A self-balancing binary search tree where each node has a “color” (red or black) and strict rules are followed to maintain balance.
A self-balancing binary search tree where each node has a “color” (red or black) and strict rules are followed to maintain balance.