Solved ProjectEuler/035

This commit is contained in:
FuryFire
2012-04-25 15:26:13 +02:00
parent 6cc3b0ad82
commit 62c2c8f47b
7 changed files with 93 additions and 2 deletions

View File

@ -6,7 +6,7 @@ desc: |
Find the sum of all numbers which are equal to the sum of the factorial of their digits.
Note: as 1! = 1 and 2! = 2 are not sums they are not included.
solution: Bruteforce
solutons:
solutions:
solve.php:
desc: Basic solution
language: php