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

Add numeric algorithm - ModularExponentiation #263

Merged
merged 8 commits into from
Oct 23, 2021
Merged

Add numeric algorithm - ModularExponentiation #263

merged 8 commits into from
Oct 23, 2021

Conversation

aayushborkar14
Copy link
Contributor

  • 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
Copy link

codecov bot commented Oct 14, 2021

Codecov Report

Merging #263 (b01aa82) into master (9579f56) will increase coverage by 0.63%.
The diff coverage is 97.27%.

Impacted file tree graph

@@            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     
Impacted Files Coverage Δ
Algorithms/Numeric/MillerRabinPrimalityChecker.cs 81.81% <81.81%> (ø)
DataStructures/Timeline.cs 90.19% <86.86%> (-1.65%) ⬇️
DataStructures/Heap/PairingHeap/PairingHeap.cs 98.08% <98.08%> (ø)
DataStructures/AVLTree/AVLTree.cs 98.61% <98.61%> (ø)
Algorithms/Graph/FloydWarshall.cs 100.00% <100.00%> (ø)
Algorithms/Numeric/KeithNumberChecker.cs 100.00% <100.00%> (ø)
Algorithms/Numeric/ModularExponentiation.cs 100.00% <100.00%> (ø)
Algorithms/Sequences/CatalanSequence.cs 100.00% <100.00%> (ø)
Algorithms/Sequences/EulerTotientSequence.cs 100.00% <100.00%> (ø)
Algorithms/Sequences/GolombsSequence.cs 100.00% <100.00%> (ø)
... and 13 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 255ce86...b01aa82. Read the comment docs.

aayushborkar14 and others added 2 commits October 19, 2021 23:31
Co-authored-by: Andrii Siriak <siryaka@gmail.com>
@aayushborkar14
Copy link
Contributor Author

My commit did not cause Travis CI check to fail I believe

@siriak
Copy link
Member

siriak commented Oct 23, 2021

Yes, it's a blinking test, I'll deal with that

@siriak siriak merged commit 493792b into TheAlgorithms:master Oct 23, 2021
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.

2 participants