Problem
For the following expression tree
a. Is the tree full? _____ Is the tree complete? _____
b. List the order in which the nodes would be visited in a preorder traversal.
c. List the order in which the nodes would be visited in an inorder traversal.
d. List the order in which the nodes would be visited in a postorder traversal.