Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
Thank you and yes I understood it enough to solve the problem now. Super cool!
Thank you for the diagram of the 12th hexagon. As soon as you posted it the solution you were looking for presented itself to me, and ultimately led to the slightest change in my formula. Amazing that the formulas could be so close and yet so far from each other! I really like this and it's the second time I've managed to solve a 6kyu problem!
Added. Hope this will be understandable
Maybe adding this to the description :
Already have in description:
Let
H(n)
be the number of all regular hexagons that can be found by connecting 6 of these points.I think a more helpful tip is to stress that the hexagons are formed by points and not lines.
@vlukyanets: just say it in the description (that the hexagons can have different orientations) otherwise you'll get hundreds of messages asking for this.
Searching 12th hexagon is way to solution
i also encountered the same issue, and i can't submit my attempt
although im 100% sure it's good
formula in reply (SPOILER)
btw, what formula is the tester using?
I'm working on this problem and I can't figure out how there are 12 hexagons in n=6 triangle. I count 10 if we only include length 1 hexagons, and 11 if we include the larger (length = 2) hexagon. I have a formula for finding hexagons with length 1 and also have a formula which I believe solves for all hexagon sizes. Am I missing something obvious? (I drew the triangle and counted the hexagons just to be sure).
To be honest, I hadn't any other ideas and i was struggling with this for a while. I'm shocked how other people can do this task with only two or three lines of code.
Thank you btw :-D
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
I'm glad I didn't know this existed.