Fastest method implementing number multiplication in strings (1000000 digits)
- by Svisstack
Hello,
I want to write fastest possible algorithm for 2 number multiplications.
Each number has max digits around 1000000 and is contained in string.
Anyone want to tell about this problem? I searching really speed solution.