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

You mean your interpretation of the original ones I analyzed in Re^2: Highest total sum path problem?

Edit:

I.e slides

?

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

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

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

    No. The original rules in this thread.

    Slides count as the number of cells crossed.
    Slides can go in any of the four directions.
    Slides can cross over previously visited cells.

      I see.

      It confused me that you replied to a post with changed rules.

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

        I was complaining about the change of rules for code I wrote yesterday.