Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re^5: Powerset short-circuit optimization

by creamygoodness (Curate)
on Nov 06, 2006 at 02:45 UTC ( [id://582361]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
        memset(seen, '0', sizeof(seen));
    
    ...
    
        if (seen[bit] == '1') { return; }
        seen[bit] = '1';
    
  2. or download this
        memset(seen, 0, sizeof(seen));
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (6)
As of 2024-03-28 11:50 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found