Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions largest-series-product.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
For example, for the input `'0123456789'`, the largest product for a series of 3 digits is 504 (7 * 8 * 9), and the largest product for a series of 5 digits is 15120 (5 * 6 * 7 * 8 * 9).

For the input `'73167176531330624919225119674426574742355349194934'`, the
largest product is 23520.
For the input `'73167176531330624919225119674426574742355349194934'`, the largest product for a series of 6 digits is 23520.