I think this Kata may be impossible if it can't calculate all possible paths, plus the instructions aren't clear enough. Does your solution just pick the max of the 2 closest to it, the max above it? That's what I'd do, but that doesn't always give you the max path. Or does it?
This is because tests not in pyramide format
To example i format it, and slide from 75 to 77 its like slide from 64 to 17 :D
____75
__95__64
17__47__82
Yea, the second one should be 1088.. please fix the test.
n/a
I think this Kata may be impossible if it can't calculate all possible paths, plus the instructions aren't clear enough. Does your solution just pick the max of the 2 closest to it, the max above it? That's what I'd do, but that doesn't always give you the max path. Or does it?
This is because tests not in pyramide format
To example i format it, and slide from 75 to 77 its like slide from 64 to 17 :D
____75
__95__64
17__47__82
U cant slide from 75 to 77.