in reply to Re^3: Code challenge: Route planning on a 2D grid
in thread Code challenge: Route planning on a 2D grid

Your output for the 3x3 grid looks weird

Neither do cells with 00 appear nor is it possible to go right after a right-slide.

Could it be that you coded slides as a one cell no move with weight 00?

Update:

Ok this Re^7: Code challenge: Route planning on a 2D grid makes it clearer.

Cheers Rolf
(addicted to the Perl Programming Language :)
Wikisyntax for the Monastery

  • Comment on Re^4: Code challenge: Route planning on a 2D grid

Replies are listed 'Best First'.
Re^5: Code challenge: Route planning on a 2D grid
by tybalt89 (Monsignor) on Mar 14, 2020 at 17:22 UTC

    Yes, slides show for each cell, and the values for that cell is the special flag 00, which is a value of zero separate from an actual 0 cell.