1. Generalize the computation of Ershov numbers to expression trees with interior nodes with three or more children.
2. An assignment to an array element, such as a[i] = x, appears to be an operator with three operands: a, i, and x. How would you modify the tree-labeling scheme to generate optimal code for this machine model.