Hi! I am in search for algorithm that performs division on two tables(representing large integers):
number1 = table A (int)
number2 = table B(int)
number1/number2
and the result should be also a table of int elements.
Thank you in advance.
Printable View
Hi! I am in search for algorithm that performs division on two tables(representing large integers):
number1 = table A (int)
number2 = table B(int)
number1/number2
and the result should be also a table of int elements.
Thank you in advance.
What's wrong with normal division and a for loop?
This is another question that has the stench of homework ;)
It hasn't been written and delivered on a silver platter.Quote:
Originally Posted by Salem
All out of silver, will bronze do?