Now rotation can be of different types, one of them being the LL rotation
LL Rotation
- The name LL, just because we inserted the new element to the left subtree of the root.
- In this rotation technique, you just simply rotate your tree one time in the clockwise
direction as shown below
- So, our tree got balanced again, with a perfect balanced factor at each of its node. Next,
we have the RR rotation