Red-Black Tree

A red-black tree is a binary search tree that satisfies the following properties:

Intuitively, there is a mapping between a red-black tree and a (2,4)-tree.

Main operations: