Problem
1. Write a recursive program to draw a binary tree so that the root appears at the center of the page, the root of the left sub tree is at the center of the left half of the page, etc.
2. Write a recursive program to compute the external path length of a binary tree.
3. Write a recursive program to compute the external path length of a tree represented as a binary tree.