a) What is the height of this tree after the following sequence of insertions: 26, 27, 28, 29, 30? Note that the current tree height is 2 (i.e., the number of pointers one must follow to get from the root to a leaf node).
c) What is the minimum number of keys (no duplicates) one can insert to change the height of the original tree?