1. What is the maximum number of nodes possible in a binary tree with 5 levels?
2. Given the following binary trees:
(a) Indicate all of the structure properties that apply to each tree: full, perfect, complete.
(b) Determine the size of each tree.
(c) Determine the height of each tree.
(d) Determine the width of each tree.