-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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 numeric algorithm - ModularExponentiation #263
Conversation
aayushborkar14
commented
Oct 14, 2021
- I have performed a self-review of my code
- My code follows the style guidelines of this project
- I have added tests that prove my fix is effective or that my feature works
- New and existing unit tests pass locally with my changes
- Comments in areas I changed are up to date
- I have added comments to hard-to-understand areas of my code
- I have made corresponding changes to the README.md
Codecov Report
@@ Coverage Diff @@
## master #263 +/- ##
==========================================
+ Coverage 93.64% 94.27% +0.63%
==========================================
Files 123 143 +20
Lines 5285 6061 +776
==========================================
+ Hits 4949 5714 +765
- Misses 336 347 +11
Continue to review full report at Codecov.
|
Co-authored-by: Andrii Siriak <siryaka@gmail.com>
My commit did not cause Travis CI check to fail I believe |
Yes, it's a blinking test, I'll deal with that |