- 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%
- or download this
#include <string>
#include <vector>
#include <iostream>
...
for( c = &in[0]; c != NULL; c = c->next )
out.push_back( *c );
}
- or download this
#include <string>
#include <vector>
...
return 0;
}