>>11333253>>11333253hmm to store addition you need max(m,n) and to store product you need m+n, both linear, and i don't think you should concern yourself with storing the result here, just output the result digit after digit.
But from the output size itself it seems that both algorithms have linear
>>11333253hmm to store addition you need max(m,n) and to store product you need m+n, both linear, and i don't think you should concern yourself with storing the result here, just output the result digit after digit.
But from the output size itself it seems that both algorithms have linear ?