Red Black Tree

What is a Red Black Tree?

A Red Black Tree is a self-balancing binary search tree where each node has an extra bit for storing the color of the node, which can be either red or black.

Properties of Red Black Tree

image example of a red black tree

More information here: Red Black Tree - Wikipedia