Computer Science, asked by ayushmishra1535, 1 year ago

write an algorithm to calculate multiplication of five numbers​

Answers

Answered by rajkumarmeena1
2

Explanation:

The Karatsuba algorithm is a fast multiplication algorithm. It was discovered by Anatoly Karatsuba in 1960 and published in 1962. It reduces the multiplication of two n-digit numbers to at most single-digit multiplications in general (and exactly when n is a power of 2).

Similar questions