To know whether a tree is height balanced or not we simply compare the height of left and right sub trees.
However, how do I create a program that will tell me how ma