how to find the no. of digits in the product of two numbers without
multiplying??
if a is the number of digits in A and
if b is the number of digits in B
the number of digits in A*B is either a+b or a+b-1 but how to find the
exact one?

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

Reply via email to