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

Implement the Karatsuba multiplication algorithm. #2

Open
marat1961 opened this issue Oct 23, 2020 · 0 comments
Open

Implement the Karatsuba multiplication algorithm. #2

marat1961 opened this issue Oct 23, 2020 · 0 comments

Comments

@marat1961
Copy link
Owner

Karatsuba noted that in fact, only three multiplications of n / 2 - digit numbers are enough, since
(ad + bc) = (a + b) * (c + d) - ac - bd.

@marat1961 marat1961 changed the title Implement the Karatsuba algorithm is a fast multiplication algorithm. Implement the Karatsuba multiplication algorithm. Oct 23, 2020
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

1 participant