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

Contribute fixing bugs if any, and decrease time and space Complexity of Algorithms used. #2

Open
rgroshanrg opened this issue Oct 17, 2020 · 1 comment
Labels
bug Something isn't working enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@rgroshanrg
Copy link
Owner

No description provided.

@rgroshanrg rgroshanrg added bug Something isn't working enhancement New feature or request help wanted Extra attention is needed good first issue Good for newcomers labels Oct 17, 2020
@rgroshanrg rgroshanrg changed the title Contribute fixing bugs if any, and increasing time and space Complexity of Algorithms used. Contribute fixing bugs if any, and decrease time and space Complexity of Algorithms used. May 27, 2021
@cs-mshah
Copy link
Contributor

cs-mshah commented Jul 9, 2021

For pow() -> use binary exponentiation instead of normal method
For multiply() -> use karatsuba's method to multiply.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants