Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Karatsuba algorithm #125

Closed
Popiron opened this issue Oct 26, 2020 · 0 comments
Closed

Add Karatsuba algorithm #125

Popiron opened this issue Oct 26, 2020 · 0 comments

Comments

@Popiron
Copy link
Contributor

Popiron commented Oct 26, 2020

The Karatsuba algorithm is a fast multiplication algorithm. It reduces the multiplication of two n-digit numbers to at most n^(1.58) single-digit multiplications in general. It is therefore faster than the traditional algorithm, which requires n^(2) single-digit products.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants