YOU SAID:
The Solution: You need to reassign the root node and left child references to the new roots returned by the rotations. After each rotation, the tree is modified, and you should update the references accordingly.
INTO JAPANESE
解決策: ルート ノードと左の子参照を、回転によって返された新しいルートに再割り当てする必要があります。回転のたびにツリーが変更されるので、それに応じて参照を更新する必要があります。
BACK INTO ENGLISH
Solution: You need to reassign the root node and left child references to the new root returned by the rotation. Every rotation changes the tree, so you need to update the references accordingly.
INTO JAPANESE
解決策: ルート ノードと左の子参照を、回転によって返された新しいルートに再割り当てする必要があります。回転ごとにツリーが変更されるため、それに応じて参照を更新する必要があります。
BACK INTO ENGLISH
Solution: You need to reassign the root node and left child references to the new root returned by the rotation. Every rotation changes the tree, so you need to update the references accordingly.
You should move to Japan!