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

Implemented BigInteger multiplication #82

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

1010jms
Copy link
Contributor

@1010jms 1010jms commented Apr 28, 2018

  • Created an independent function that runs the Schonhage-Strassen Algorithm for multiplication
  • " * " operator uses Schonhage-Strassen Algorithm function to multiply two BigIntegers.

- Modified schonhageStrassen to account for integers > 64 bits
- Modified '*' operator to use schonhageStrassen to multiply
BigIntegers
@1010jms 1010jms self-assigned this Apr 28, 2018
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

Successfully merging this pull request may close these issues.

None yet

1 participant