phishman3579/java-algorithms-implementation

AVLTree BalanceAfterInsert() has misleading variable name

Opened this issue · 2 comments

image

AVLNode parent - is actually always a left or a right child of variable node.

Good catch, I've updated the code.

Thanks, love the algo repo. Keep up the good work.