Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

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

by vr (Curate)
on Mar 22, 2018 at 12:55 UTC ( [id://1211521]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    my $iter = get_iterator( 5, 2 );
    my $solution;
    dd $solution while $solution = $iter-> ();
    
  2. or download this
    use strict;
    use warnings;
    ...
    my $iter = get_iterator( 5, 2 );
    my $solution;
    dd $solution while $solution = $iter-> ();
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (4)
As of 2024-04-19 13:41 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found