if (n === n.parent.left) {
        /**
         * If the path from g to n makes a left-left, {@link rotate_right} at g.
         * We are done.
         *