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.
No need to redact, shouldn't have to go to an outside source to get the necessary instructions. (IMO)
Sorry if my comment was misleading. I eventually read the instructions linked through project Euler and I figured out what they wanted from that. I should redact my comment, i guess.
what happens if the two nums are the same? Or do we assume that won't happen?
EDIT: actually, this response is still misleading, I think. The path is not determined by which two possible dowstream choices is larger. The path is determined by the one that sums to the largest possible number (with possible paths never moving more than 1 to the right or left at each level it goes down)
Instructions should include that the path of the longest slide should be determined by which of two possible downsteam choices is the larger number. This is not stateed anywhere in the instructions.