Consider the following binary tree:
In each of the following trees, which node has the balance factor with the largest absolute value?
Here’s the same tree we worked with in #1-2 again. Draw the result of performing each of the following rotations, beginning with the original tree each time.
Left rotate on the node with value 11.
Left rotate on the node with value 15.
Right rotate on the node with value 15.