Red-Black Tree

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

A balanced BST where each node has a color (red or black) which determines when a node needs to be rotated.