AVL tree rotate clockwise

result of rotating (node (v, (node (l, ll, lr)), right)) clockwise = node (l, ll, (node (v, lr, right)))


Comments

Please log in to add comments