Problem
1. Write a non-recursive program to print out the keys from a binary search tree in order.
2. Draw the binary search tree that results from inserting into an initially empty tree records with the keys E A S Y Q U E S T I O N, and then deleting theQ.