View example sentences and word forms for Balancefactor.
Balancefactor
Example sentences (1)
Definition Balance factor In a binary tree the balance factor of a node N is defined to be the height difference : BalanceFactor( N ) : –Height(LeftSubtree( N )) + Height(RightSubtree( N )) citation of its two child subtrees.