Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re^3: Finding all Combinations (subsets)

by tye (Sage)
on Oct 01, 2004 at 20:49 UTC ( [id://395756]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use Algorithm::Loops qw( NestedLoops );
    
    ...
            if  @ARGV;
    } while(  @subSet= @set[ $iter->() ]  );
    print "$count subsets for $size in ", time()-$start, " secs.$/";
    
  2. or download this
    sub powerSetGen3 {
        my $end= shift(@_) - 1;
    ...
            return @idx;
        };
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (7)
As of 2024-03-28 12:37 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found