Problem 955

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
User avatar
bassoonde
Posts: 4
Joined: Sat Oct 15, 2022 3:22 pm
Location: Nuremberg, DE

Problem 955

Post by bassoonde »

This no question to the Problem 955 (View Problem)
In the first approach I read the problem and asked myself: „What the hell is a triangle number?“. A few lines later, there was a hint for the red marked numbers in the example.
I tried to find a algo for this.
At this state I copied the problem description (html-sign in right corner of problem box) to my markup box in Jupyter and wondered why I get a different text in comparison to the html-view in Safari (MAC).
So I discovered that there is a popup box describing the calculation for a triangle number in the web view.

For me this was a new behavior in describing problems.

Wouldn’t it be better if this triangle description was visible directly in the problem description?
Yesterday evening this popup was not popping up (I don’t know why). Today it will. Strange.
Image
User avatar
hk
Administrator
Posts: 12817
Joined: Sun Mar 26, 2006 10:34 am
Location: Haren, Netherlands

Re: Problem 955

Post by hk »

The thin underline is a sign that there is a popup box for it.
When you hover your mouse over it the the popup will show.
This is a feature of the site that has occured many times in previous problems.
Moreover if you google on 'triangle number' you will find the necessary information too.
Image
War ruins the life and health of untold numbers of innocent children.
User avatar
bassoonde
Posts: 4
Joined: Sat Oct 15, 2022 3:22 pm
Location: Nuremberg, DE

Re: Problem 955

Post by bassoonde »

Hello hk
For my amount of solved problems I never saw an underlined text. 8-)
My focus was on the bolded text and I didn't saw the underline.

I haven't tried to search for 'triangle number', because I used the info from the popup in the second step.
I'm close to the solution with index 54 :lol: but I think I have to rebuild my program, because surly I have missed an idea to speedup the solution finding.
This thinking process is, what I love to be part of Project Euler
Image
Post Reply