Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re^2: compute paths in Pascal's triangle (aka Tartaglia's one)

by LanX (Saint)
on Mar 22, 2018 at 10:43 UTC ( [id://1211500]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
        # right
        pathfinder( [$l+1,$r+1], @_ ) if $nr != $r;
    }
    
  2. or download this
    [[0, 0], [1, 0], [2, 0], [3, 1]]
    [[0, 0], [1, 0], [2, 1], [3, 1]]
    [[0, 0], [1, 1], [2, 1], [3, 1]]
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (9)
As of 2024-04-18 16:57 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found