Splay Trees: case 2

In the second case, the given node and its parent are both left or both right children. In this case a pair of rotations is performed at the selected node. The operation then continues from the new position of this node.

The next case.