Inserting into a Red-Black Tree
Steps:
Insert new value using BST insertion algorithm
Color the new node red
Check Red-Black tree properties and restore if necessary
Repairing Red Node With Red Child:
Helpful link for visualizing RBT insertions:
www.cs.usfca.edu/~galles/visualization/RedBlack.html