phishman3579 / java-algorithms-implementation

Algorithms and Data Structures implemented in Java

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AVLTree BalanceAfterInsert() has misleading variable name

opened this issue · 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.