0
9.1kviews
Explain the concept of multiplying long integers using divide and conquer
1 Answer
1
317views

In this method multiply the multiplicand by each digit of multiplier and then add up all the properly shifted result. This method is also called grade-school multiplication.

enter image description here

But this method is not convenient for performing multiplication of large integers. Hence let us discuss an interesting algorithm of multiplying large integers. …

Create a free account to keep reading this post.

and 5 others joined a min ago.

Please log in to add an answer.