About this document
Computing Units in Nine Sols by tt_aljobory3911 is a document available to read on EtoBox.
Here are the solutions to the problems in Chapter 2: (a) Taking the parentheses as indicating the order of evaluation, the size of the computation for x is 7 operations (a*b, (a*b)*c, ((a*b)*c)*d, etc.) and its depth is 6 operations. (b) Ignoring the specified evaluation order, the minimum depth of a computation for x is 3 operations: (a*b), (c*d), ((a*b)*(c*d))*e)*f)*g. The size of this minimum depth computation is also 3 operations. (c) Taking advantage of the common subexpression (a*b), the computati
- Author
- tt_aljobory3911
- Language
- EN