Fastest method implementing number multiplication in strings (1000000 digits)
Posted
by Svisstack
on Stack Overflow
See other posts from Stack Overflow
or by Svisstack
Published on 2010-04-26T00:32:11Z
Indexed on
2010/04/26
0:43 UTC
Read the original article
Hit count: 275
algorithm
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.
© Stack Overflow or respective owner