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;
    }