Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re: Highest total sum path problem

by tybalt89 (Monsignor)
on Mar 05, 2020 at 18:07 UTC ( [id://11113867]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
          (abs($colfrom - $colto) > 1 ? '-slide' : '');
        }
      }
    
  2. or download this
    best path:
    up-slide down-slide left-slide up-slide right down right-slide down-sl
    +ide left up-slide down-slide down-slide left up-slide 
    = 0+9+3+1+1+4+3+17+1+2+5+3+4+8+10
    = 71
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (6)
As of 2024-04-19 03:08 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found