Waiting for answer This question has not been answered yet. You can hire a professional tutor to get the answer.
Recall that xy = (xy/2)2 if y is even. Use this to write a function that computes xy, assuming that y is a power of 2.
Recall that xy = (xy/2)2 if y is even. Use this to write a function that computes xy, assuming that y is a power of 2. Use the principle of divide-and-conquer to perform the minimum number of multiplications.