Data Structures & Algorithms Lecture Notes
24 November 2010 • Balancing Trees
For colored-node red-black trees, the red-black property is:
All leaves are black.
Every red node has only black children.
All paths from a node to its leaves contain the same number of black nodes.
This page last modified on 24 January 2006.