doesn’t visit usually mean “ends movement in that square”?
'Cause that means skipping squares is allowed.
So just fill out the board until the last row and skip ahead of the end tile while doing so. Do the last row in an order that the last col is the same col as the end square, move to end square.
doesn’t visit usually mean “ends movement in that square”? 'Cause that means skipping squares is allowed. So just fill out the board until the last row and skip ahead of the end tile while doing so. Do the last row in an order that the last col is the same col as the end square, move to end square.