Map Graph
No coordinates found

Karatsuba algorithm

Algorithm for integer multiplication

The Karatsuba algorithm is a fast multiplication algorithm for integers. It was discovered by Anatoly Karatsuba in 1960 and published in 1962. It is a divide-and-conquer algorithm that reduces the multiplication of two n-digit numbers to three multiplications of n/2-digit numbers and, by repeating this reduction, to at most single-digit multiplications. It is therefore asymptotically faster than the traditional algorithm, which performs single-digit products.

Read article
File:Karatsuba_multiplication.svg
Top Questions
AI generated

List the top facts about Karatsuba algorithm

Summarize this article

What is the single most intriguing fact about Karatsuba algorithm?

Are there any controversies surrounding Karatsuba algorithm?

More questions