multiplying big numbers using recursion and array
- by persian Dev
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#?