Given a red-black tree aRBTree, rotates it to balance it.
aRBTree
This function is used only in the deletion operations.
the red-black tree to consider
a balanced red-black tree
Given a red-black tree
aRBTree, rotates it to balance it.This function is used only in the deletion operations.