Insert the item into the binary search tree as usual
Color Node
If it is the root → color it black and return
Else → color it red
Check color
If the uncle is red
2. Change the color of parent and uncle to black
3. Change the color of a grandparent to red
4. Change x = x’s grandparent
5. Repeat steps 2 and 3 for new x