Re: $100 Contest Question
- Posted by petelomax at blueyonder.co.uk Mar 05, 2002
- 445 views
On Sun, 3 Mar 2002 23:37:20 -0500, Robert Craig <rds at RapidEuphoria.com> wrote: >but I don't want programs to >take advantage of anything they did in a previous run.) Everyone knows that there are 51798 words in the dictionary. I've also worked out that one of my arrays will need 122545 entries. I assume it is ok to code these constants into the program. In contest #2, you specify a library routine. Therefore I expect you to invoke my code with include myfile ... select(pattern) in a standard test rig rather than the dos prompt redirection thingy. Is that right? If not, do you want a library routine and a loading program, or do you want them munged into a single standalone program? You also specify "a sequence containing all the words". Should this be in alphabetical order? I'm going to assume not unless otherwise told. Pete Lomax