-
-
Notifications
You must be signed in to change notification settings - Fork 107
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
Project Euler 17-20 #219
Project Euler 17-20 #219
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #219 +/- ##
==========================================
+ Coverage 97.41% 97.49% +0.08%
==========================================
Files 138 142 +4
Lines 1738 1796 +58
==========================================
+ Hits 1693 1751 +58
Misses 45 45
☔ View full report in Codecov by Sentry. |
well that's a lot, do you want me to merge this now? |
Yeah, sure. |
Would it be preferred to open separate PRs for each problem or bunching them together is fine? |
It should be fine :D theyre all separate commits anyway. i will just do a merge commit with no squash |
Added solutions to Project Euler 17,18,19 and 20.