Skip to content

Commit d9fe37f

Browse files
committed
Largest product in a series
1 parent aee1bfd commit d9fe37f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Diff for: problem_008/problem8.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,4 @@ calculating products for sets that do not contain the digit zero in them.
1414
Another way to do it would be to add 13 to the index when ever a zero is
1515
discovered which might save some time too, but I never tried that, since the
1616
end result would be that same and with only 1000 digits no time is really being
17-
saved.
18-
19-
17+
saved. For a larger data set it would be a good idea to revisit the algorithm.

0 commit comments

Comments
 (0)