multiplying big numbers using recursion and array

Posted by persian Dev on Stack Overflow See other posts from Stack Overflow or by persian Dev
Published on 2010-05-05T05:22:30Z Indexed on 2010/05/05 5:28 UTC
Read the original article Hit count: 205

Filed under:
|

hi friends. I am supposed to write and algorithm which uses recursion (Divide-And-Conquer) to multiply two arrays.These arrays hold big Numbers that are greater than long(int 64) or double capacity. Would please help to write this algorithm in C#?

© Stack Overflow or respective owner

Related posts about c#

Related posts about algorithm