home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / unix / question / 15069 < prev    next >
Encoding:
Text File  |  1992-12-30  |  1.4 KB  |  35 lines

  1. Newsgroups: comp.unix.questions
  2. Path: sparky!uunet!mnemosyne.cs.du.edu!nyx!sscrivan
  3. From: sscrivan@nyx.cs.du.edu (steve scrivano)
  4. Subject: word cracker
  5. Message-ID: <1992Dec30.235126.25601@mnemosyne.cs.du.edu>
  6. Sender: usenet@mnemosyne.cs.du.edu (netnews admin account)
  7. Organization: Nyx, Public Access Unix @ U. of Denver Math/CS dept.
  8. Date: Wed, 30 Dec 92 23:51:26 GMT
  9. Lines: 24
  10.  
  11. OK, gurus!  Can anyone solve this problem?
  12.  
  13. I am looking for a fairly portable "C" program or script that will produce
  14. every possible 4 letter or greater combination using the following
  15. letters:
  16.  
  17. c e e f g h i i l l n n o p p r r r s s t t t u
  18.  
  19.  
  20. Some of the letters appear more than once and therefore will increase the
  21. possible number of combinations possible.  I realize that the number of 
  22. combinations are incredible and will probably consume a great deal of
  23. cpu time.  My intentions are to find every possible word that 4 or more
  24. of these letters can create.  Each time a letter combination is created,
  25. that combination would be compared with /usr/dict/words and if found
  26. there it would be concatenated to a resulting word file.
  27.  
  28. The end result would be a word file created with all possible combinations.
  29. You might say, sort of a crossword puzzle cracker.  It would be ideal if
  30. the program could accept input so all I had to do is enter in the letters
  31. and it would the job from there although not mandatory.
  32.  
  33. Steve Scrivano
  34. sscrivan@nyx.cs.du.edu
  35.