The Wayback Machine - https://web.archive.org/web/20201103191620/https://github.com/TheAlgorithms/Java/issues/1747
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 for Project Euler problem 16 #1747

Open
ksr1122 opened this issue Oct 11, 2020 · 0 comments
Open

Add solution for Project Euler problem 16 #1747

ksr1122 opened this issue Oct 11, 2020 · 0 comments

Comments

@ksr1122
Copy link

@ksr1122 ksr1122 commented Oct 11, 2020

No description provided.

@ksr1122 ksr1122 mentioned this issue Oct 11, 2020
10 of 12 tasks complete
ksr1122 pushed a commit to ksr1122/Java that referenced this issue Oct 11, 2020
Name: Power digit sum

215 = 32768 and the sum of its digits is 3 + 2 + 7 + 6 + 8 = 26.

What is the sum of the digits of the number 21000?

Reference: https://projecteuler.net/problem=16

Fixes: TheAlgorithms#1747
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

1 participant
You can’t perform that action at this time.