home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / lang / c / 16630 < prev    next >
Encoding:
Internet Message Format  |  1992-11-17  |  796 b 

  1. Xref: sparky comp.lang.c:16630 comp.std.c:3014
  2. Path: sparky!uunet!convex!darwin.sura.net!zaphod.mps.ohio-state.edu!rpi!bu.edu!cs!corvett
  3. From: corvett@cs.bu.edu (Sungyeup Kim)
  4. Newsgroups: comp.lang.c,comp.std.c
  5. Subject: Search function algorithms
  6. Message-ID: <102274@bu.edu>
  7. Date: 17 Nov 92 03:59:45 GMT
  8. References: <1992Aug26.024006.9130@druid.uucp> <1992Oct27.163928.19495@rz.uni-jena.de> <1992Oct27.192807.16216@newshost.lanl.gov>
  9. Sender: news@bu.edu
  10. Followup-To: comp.lang.c
  11. Distribution: comp
  12. Organization: Computer Science Department, Boston University, Boston, MA, USA
  13. Lines: 7
  14.  
  15.  
  16. Hi, 
  17. Could somebody give me a very nice and easy search algorithm. 
  18. What I want to do is after I get a string(I don't know the length) 
  19. I want to check whether it's in the array or not.
  20.  
  21. Thanks in advance !!!
  22.