Skip to main content
deleted 14 characters in body; edited title
Source Link
Jamal
  • 35.2k
  • 13
  • 134
  • 238

Project eulerEuler #8: max product of 13 consecutive digits in a sequence

Is there any better way to make my code more efficient and how? How can I make the class and method namenames shorter?

Project euler #8: max product of 13 consecutive digits in a sequence

Is there any better way to make my code more efficient and how can I make the class and method name shorter?

Project Euler #8: max product of 13 consecutive digits in a sequence

Is there any better way to make my code more efficient? How can I make the class and method names shorter?

added 33 characters in body; edited title
Source Link
200_success
  • 145.7k
  • 22
  • 191
  • 481

Project euler #8: max product of 13 consecutive digits in a sequence

The four adjacent digits in the 1000-digit number that have the greatest product are 9 × 9 × 8 × 9 = 5832.

Find the thirteen adjacent digits in the 1000-digit number that have the greatest product. What is the value of this product? https://projecteuler.net/problem=8Project Euler Problem 8 asks:

The four adjacent digits in the 1000-digit number that have the greatest product are 9 × 9 × 8 × 9 = 5832.

Find the thirteen adjacent digits in the 1000-digit number that have the greatest product. What is the value of this product?

Project euler #8

The four adjacent digits in the 1000-digit number that have the greatest product are 9 × 9 × 8 × 9 = 5832.

Find the thirteen adjacent digits in the 1000-digit number that have the greatest product. What is the value of this product? https://projecteuler.net/problem=8

Project euler #8: max product of 13 consecutive digits in a sequence

Project Euler Problem 8 asks:

The four adjacent digits in the 1000-digit number that have the greatest product are 9 × 9 × 8 × 9 = 5832.

Find the thirteen adjacent digits in the 1000-digit number that have the greatest product. What is the value of this product?

Post Reopened by Quill, syb0rg, Peilonrayz, Vogel612, Mast
edited tags
Link
Quill
  • 12.1k
  • 5
  • 41
  • 94
Change some of question. Fix code. All working now.
Source Link
Emmaaaaaaa
  • 419
  • 1
  • 3
  • 8
Loading
Post Closed as "Not suitable for this site" by BCdotWEB, Quill, syb0rg, Heslacher, mdfst13
Source Link
Emmaaaaaaa
  • 419
  • 1
  • 3
  • 8
Loading