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
harryh wrote:1) If a player takes the last stone, does it win or loose? No, it means the number of losing positions for the starting player (the starting player is the next person to play)
I found this confusing at first as well, but I think I understand....
We do test the position (29,29,29),weI don't need to test the "next" possible moves after each position, right?