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

Should include Karatsuba algorithm in mathematics #52

Open
pandyah5 opened this issue Nov 17, 2020 · 1 comment
Open

Should include Karatsuba algorithm in mathematics #52

pandyah5 opened this issue Nov 17, 2020 · 1 comment

Comments

@pandyah5
Copy link

pandyah5 commented Nov 17, 2020

Karatsuba multiplication algorithm is a really exciting algorithm and should be included too.

@pandyah5
Copy link
Author

I have generated a pull request adding the Karatsuba algo. It reduces the multiplication of two n-digit numbers to at most nlog2(3).

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