Algorithm for dividing very large numbers

Posted by pocoa on Stack Overflow See other posts from Stack Overflow or by pocoa
Published on 2010-05-21T17:26:05Z Indexed on 2010/05/21 17:30 UTC
Read the original article Hit count: 385

Filed under:
|
|
|
|

I need to write an algorithm(I cannot use any 3rd party library, because this is an assignment) to divide(integer division, floating parts are not important) very large numbers like 100 - 1000 digits. I found http://en.wikipedia.org/wiki/Fourier_division algorithm but I don't know if it's the right way to go. Do you have any suggestions?

© Stack Overflow or respective owner

Related posts about c++

Related posts about algorithm