phishman3579 / java-algorithms-implementation

Algorithms and Data Structures implemented in Java

Repository from Github https://github.comphishman3579/java-algorithms-implementationRepository from Github https://github.comphishman3579/java-algorithms-implementation

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.