Hi all,
    I was creating an algorithm for simple multiplication where * can be
used only for single-single multiplication, I stored the multiplication
results in array.
E.g.

251
*14
-------
1004           //c[0][0]=4,c[0][1]=0, c[0][2]=10
251             //c[1][0]=1,c[1][1]=5, c[1][2]=2
-----------

Can you give me the algorithm to add using the above c array in the way
desired in multiplication ( be careful about the way numbers are stored)
-- 
Thank You and Regards,
Nikhil Kumar
 +91-9916343619
Product Engineer
Commonfloor.com

-- 
You received this message because you are subscribed to the Google Groups 
"Algorithm Geeks" group.
To post to this group, send email to algogeeks@googlegroups.com.
To unsubscribe from this group, send email to 
algogeeks+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/algogeeks?hl=en.

Reply via email to