Does the "under 1 minute" rule apply to all problems on the site?

A place to air possible concerns or difficulties in understanding ProjectEuler problems. This forum is not meant to publish solutions. This forum is NOT meant to discuss solution methods or giving hints how a problem can be solved.
Forum rules
As your posts will be visible to the general public you are requested to be thoughtful in not posting anything that might explicitly give away how to solve a particular problem.

This forum is NOT meant to discuss solution methods for a problem.

In particular don't post any code fragments or results.

Don't start begging others to give partial answers to problems

Don't ask for hints how to solve a problem

Don't start a new topic for a problem if there already exists one


See also the topics:
Don't post any spoilers
Comments, questions and clarifications about PE problems.
Post Reply
kghose
Posts: 1
Joined: Sat Jul 25, 2026 3:55 am

Does the "under 1 minute" rule apply to all problems on the site?

Post by kghose »

I'm not a mathematician. I'm doing problem 1005. I have a naive solution that will definitely not scale. I just want to confirm that the "one-minute rule" on the About page indeed applies to ALL problems on the site, including the latest ones?

My follow-up question is: If so, where can I go to get hints on where to get started, what to read etc. for a particular problem.

In general my difficulty with project Euler is trying to understand which problems can be solved by thinking on it for a while and which ones require mathematical results that are only likely to be known by people who have studied more advanced mathematics.

Thank you!
TitanCode
Posts: 32
Joined: Sat Apr 26, 2025 11:22 am

Re: Does the "under 1 minute" rule apply to all problems on the site?

Post by TitanCode »

Some of the early problems teach the fundamental ideas. Do not skip these, even if they seem easy. Specially read the solution tread.

1005 is solvable with nothing fancy. I solved it about 2 hours. (“The most skilled solvers completed this problem in a time of around 12 minutes.” ← clearly not me)

If your computer is a really ancient laptop, the 1-minute rule may be a 5-minute rule for newer problems. I know this from running code from the solutions treads.

I think the developers aim is the make problems solvable by anyone with an interest in math and no more than high-school math. You will need to pick up some number theory, modular arithmetic, graph theory and probability. The early problem are helpful here.

Good luck
Image
Post Reply