Project Euler 79: what am I missing?

Posted by Evert on Stack Overflow See other posts from Stack Overflow or by Evert
Published on 2010-05-28T11:40:20Z Indexed on 2010/05/28 11:41 UTC
Read the original article Hit count: 428

Filed under:

Hi Guys,

I'm not interested in the answer, but I need to be pointed in the right direction

Here's problem 79

I first try to analyze the file myself. I've noticed that the number 7 only ever appears as the first digit.

This immediately implies that all the numbers containing 7 never overlaps with under numbers (on the left side).

Since the questions in project euler always have 1 answer, I believe I'm misunderstanding the question. Do I not have to use all numbers? If I do have to use all numbers, there's many different possible numbers.

Where am I going wrong?

© Stack Overflow or respective owner

Related posts about project-euler