Package net.n1da.dev.euler
Class PE0056
- java.lang.Object
-
- net.n1da.dev.euler.core.Problem
-
- net.n1da.dev.euler.PE0056
-
- All Implemented Interfaces:
Solvable
public class PE0056 extends Problem
Solution for problem 56 "Powerful digit sum" completed on Wed, 26 Oct 2016, 00:43.- Since:
- 29.08.2016 21:20:19
- Author:
- Nico Danneberg
- See Also:
- Problem @ Project Euler, Solution @ Ni-Da-Net
-
-
Method Summary
Modifier and Type Method Description java.lang.String
solve()
This method solves the given problem by running two nested loops to check all ten-thousand combinations of a and b.
-