Introduction - If you have any usage issues, please Google them yourself
Balanced Binary Tree
This article give a brief, non-academic (=no dwelling into time complexity issues), explanation of what binary trees are about. It also provide source and demo of a generic tree class. Functionality to balance the tree is also described/provided.