Bridges-Java-2.3.2  2.3.2
Bridges(JavaAPI)
Classes | Packages
AVLTreeElement.java File Reference

Classes

class  bridges.base.AVLTreeElement< K, E >
 This class extends the BSTElement class for use in building AVL trees. AVL tree elements include a 'height' and a 'balFactor' value, representing the height and balance factor of the AVL tree at that node, respectively. This is useful in representing AVL trees. More...
 

Packages

package  bridges.base