getMaxBalance abstract method

int getMaxBalance()

Get the maximum balance of an node in the tree. The balance is the difference in height of the two children of a node.

Implementation

int getMaxBalance();