Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re^4: Generator of integer partitionts of n

by hv (Prior)
on Aug 31, 2004 at 13:36 UTC ( [id://387182]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
      my $n = shift @ARGV;
      my $try = chr($n);
    ...
          (chr($limit) x int(1 + $count / $limit)) . ($tail ? chr($tail) :
    + '') 
        }xe ? $current : undef;
      }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (4)
As of 2024-04-24 02:45 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found