Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

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

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

Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
        $old[0] = $old[0] + $old[1];
        return \@old;
    }
    
  2. or download this
    Compilation started at Thu Mar 22 16:09:33
    
    ...
    
    Compilation finished at Thu Mar 22 16:09:33
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (5)
As of 2024-04-23 16:10 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found