Computer Science, asked by ananya6413, 10 months ago

write an algorithms to calculate the multiplication of five numbers​

Answers

Answered by shejal8
2

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).

Karatsuba algorithm - Wikipedia

Similar questions