Red-Black Tree Insertions
Start with valid Red-Black Tree
Insert node like a normal BST
Set new node to red
Fix any red child violations
Node Insertion Example
For more information:
Red–black tree