Red-black Tree#
The red-black tree is a binary search tree with the following properties:
All leaves are null and are black
Red nodes can only have black child nodes
The red-black tree is a binary search tree with the following properties:
All leaves are null and are black
Red nodes can only have black child nodes