Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re: How can sets be recursively concatenated when intersecting with each other

by SuicideJunkie (Vicar)
on Apr 24, 2011 at 21:56 UTC ( [id://901099]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    
  2. or download this
    use strict;
    use warnings;
    ...
    for my $i (0.. $#clusters)
    {
    ...
    
  3. or download this
    0 superclusters: () : adding (0)... 0 intersections.
    1 supercluster: ((0)) : adding (1,2,3)... 0 intersections.
    2 superclusters: ((0), (1,2,3)) : adding (0,1)... 2 intersections.
    1 supercluster: ((0,1,2,3)) : adding (0,1,2)... 1 intersection.
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://901099]
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: (3)
As of 2024-04-19 21:45 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found