Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re: How many words does it take?

by kaif (Friar)
on Nov 17, 2006 at 11:18 UTC ( [id://584707]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    % time ./challenge < words.txt > digest.txt
    Reading in single words.
    ...
    Finding a single universal quadruple.
    Universal quadruple found.
    952.27u 3.88s 15:57.57 99.8%
    
  2. or download this
    #include <string>
    #include <vector>
    #include <iostream>
    ...
        for( c = &in[0]; c != NULL; c = c->next )
        out.push_back( *c );
    }
    
  3. or download this
    #include <string>
    #include <vector>
    ...
    
        return 0;
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (7)
As of 2024-04-18 03:22 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found