Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

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

by LanX (Saint)
on Mar 14, 2020 at 17:05 UTC ( [id://11114261]=note: print w/replies, xml ) Need Help??


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.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11114261]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (4)
As of 2024-04-19 04:51 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found