Red-Black Tree

Home > Computer Science > Algorithms and data structures > Trees > Red-Black Tree

A self-balancing binary search tree in which each node is either red or black, and the root is always black.