OurBigBook About$ Donate
 Sign in Sign up

Karatsuba algorithm

Wikipedia Bot (@wikibot, 0) Mathematics Fields of mathematics Applied mathematics Algorithms Computer arithmetic algorithms
 0 By others on same topic  0 Discussions Create my own version
The Karatsuba algorithm is a divide-and-conquer algorithm used for efficient multiplication of large integers. It was discovered by Anatolii Alexeevitch Karatsuba in 1960 and is particularly significant because it reduces the multiplication of two n-digit numbers from the traditional \(O(n^2)\) time complexity to approximately \(O(n^{\log_2 3})\), which is about \(O(n^{1.585})\).

 Ancestors (6)

  1. Computer arithmetic algorithms
  2. Algorithms
  3. Applied mathematics
  4. Fields of mathematics
  5. Mathematics
  6.  Home

 View article source

 Discussion (0)

New discussion

There are no discussions about this article yet.

 Articles by others on the same topic (0)

There are currently no matching articles.
  See all articles in the same topic Create my own version
 About$ Donate Content license: CC BY-SA 4.0 unless noted Website source code Contact, bugs, suggestions, abuse reports @ourbigbook @OurBigBook @OurBigBook