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 solution to Project Euler Problem 016 #213

Merged
merged 4 commits into from
Oct 29, 2023

Conversation

PraneethJain
Copy link
Contributor

@PraneethJain PraneethJain commented Oct 26, 2023

Added solution to Project Euler's problem 16: Power Digit Sum
projecteuler.net/problem=16

@codecov
Copy link

codecov bot commented Oct 26, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (18239c5) 96.20% compared to head (7118a46) 96.21%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #213   +/-   ##
=======================================
  Coverage   96.20%   96.21%           
=======================================
  Files         136      137    +1     
  Lines        1715     1718    +3     
=======================================
+ Hits         1650     1653    +3     
  Misses         65       65           
Files Coverage Δ
src/project_euler/ProjectEuler.jl 100.00% <ø> (ø)
src/project_euler/problem_016.jl 100.00% <100.00%> (ø)

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@uncomfyhalomacro uncomfyhalomacro merged commit 8497c1e into TheAlgorithms:main Oct 29, 2023
13 checks passed
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