Data Structures and Algorithms Lecture Notes
6 April 2011 • 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 2006 January 24.