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

  1. Newsgroups: comp.unix.questions
  2. Path: sparky!uunet!mnemosyne.cs.du.edu!nyx!jefouger
  3. From: jefouger@nyx.cs.du.edu (Jim  Fougeron)
  4. Subject: Re: word cracker
  5. Message-ID: <1992Dec31.065713.22390@mnemosyne.cs.du.edu>
  6. Sender: usenet@mnemosyne.cs.du.edu (netnews admin account)
  7. Organization: University of Denver, Dept. of Math & Comp. Sci.
  8. References: <1992Dec30.235126.25601@mnemosyne.cs.du.edu>
  9. Date: Thu, 31 Dec 92 06:57:13 GMT
  10. Lines: 21
  11.  
  12. sscrivan@nyx.cs.du.edu (steve scrivano) writes:
  13.  
  14. >OK, gurus!  Can anyone solve this problem?
  15.  
  16. >I am looking for a fairly portable "C" program or script that will produce
  17. >every possible 4 letter or greater combination using the following
  18. >letters:
  19.  
  20. >c e e f g h i i l l n n o p p r r r s s t t t u
  21.  
  22.  
  23. >Some of the letters appear more than once and therefore will increase the
  24. >possible number of combinations possible.  I realize that the number of 
  25. >combinations are incredible and will probably consume a great deal of
  26. >cpu time. 
  27.  
  28. I threw together a quick-n dirty pascal triangle generator, and calculated
  29. the number of combinations needed to complete this project at 8,376,043
  30. so this is fairly feasible project.
  31.  
  32. Jim Fougeron   jefouger@nyx.cs.du.edu
  33.