|
|
|
|
|
by moi2388
9 days ago
|
|
For large numbers, operations like addition don’t matter? Only multiplication? And now we want to find the fewest amount of multiplications? Okay. No problem. (ad + bc) = d + d .. + d + c + c .. + c There we go, zero multiplications. |
|