Project Euler: First Twenty solutions#771
Merged
raklaptudirm merged 6 commits intoTheAlgorithms:masterfrom Jan 10, 2025
Merged
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #771 +/- ##
==========================================
- Coverage 87.79% 87.48% -0.31%
==========================================
Files 215 239 +24
Lines 7258 7862 +604
==========================================
+ Hits 6372 6878 +506
- Misses 741 834 +93
- Partials 145 150 +5 ☔ View full report in Codecov by Sentry. |
raklaptudirm
approved these changes
Jan 10, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hey, I tried to open a PR for Project Euler before (#721) but was rejected because very trivial solution. I agree with that decision, so I'm creating this new PR with the first ten solutions for Project Euler.
Let me know if you have any doubt or concern about this PR :)
Update 1:
Added solutions from 11 to 15
Update 2:
Added solutions from 16 to 20. I'm gonna stop updating this PR while is getting merge. I don't want to make a large(r) PR.