next up previous
Next: Up: Previous:

Properties of RB Trees

1.
Every node is either Red or Black.
2.
Every leaf is Black.
3.
If a node is Red, then both its children are Black.
4.
Every path from some node to a leaf contains the same number of Black nodes.



\psfig{figure=figures/f6-14.ps,width=3.5in,height=2.5in}


next up previous
Next: Up: Previous: