Typical Binary Tree Operations
Search binary tree for a particular item
Insert an item in the binary tree
Delete an item from the binary tree
Find the height of the binary tree
Find the number of nodes in the binary tree
Find the number of leaves in the binary tree