home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / lang / c / 13380 < prev    next >
Encoding:
Text File  |  1992-09-09  |  2.0 KB  |  40 lines

  1. Newsgroups: comp.lang.c
  2. Path: sparky!uunet!haven.umd.edu!darwin.sura.net!spool.mu.edu!umn.edu!epx.cis.umn.edu!wright
  3. From: wright@epx.cis.umn.edu (Mark Wright)
  4. Subject: Re: General data structure and algorithm C source
  5. Message-ID: <1992Sep9.141435.12826@news2.cis.umn.edu>
  6. Sender: news@news2.cis.umn.edu (Usenet News Administration)
  7. Nntp-Posting-Host: epx.cis.umn.edu
  8. Organization: University of Minnesota
  9. References: <1992Sep9.054305.26077@nuscc.nus.sg> <1992Sep9.135407.20797@pbhyg.PacBell.COM>
  10. Date: Wed, 9 Sep 1992 14:14:35 GMT
  11. Lines: 27
  12.  
  13. In article <1992Sep9.135407.20797@pbhyg.PacBell.COM> jaorans@PacBell.COM (Jeff Oransky) writes:
  14. >In article <1992Sep9.054305.26077@nuscc.nus.sg> ccewch@nuscc.nus.sg (Wong Chee Heng) writes:
  15. >>May I know if there is any sample C source that implement data structure
  16. >>like linked lists, B-tree, sorting, etc. that are published in quite a 
  17. >>number of books on C. 
  18. >>
  19. >>Thanks for any info.
  20. >>
  21. >You might try "Advanced Turbo C programming" by Herbert Schildt.  I found
  22. >and excellent introduction to linked lists and sorting there.
  23. >
  24. >------------------------------------------------------------------------------
  25. >! Jeff Oransky             !   "Hope is the thing with feathers ......"      !
  26. >! Pacific Bell             !         Woody Allen                             !
  27. >------------------------------------------------------------------------------
  28.  
  29. I was suprised, but C - the Complete Reference does a suprisingly good job
  30. of introducing linked-lists, trees, sorting, queues, stacks, sparse arrays,
  31. and even has a decent section on some AI programming techniques.  Pretty much
  32. covered what you'd get in an introductory Data Structures class without all
  33. the (mostly useless) space-time analysis crap.  Plus, you get a good ANSI and
  34. MicroSoft C reference (but no Borland specific info :-( ).  If you ignore the
  35. pretty pathetic chapter on C++, it's an excellent book.  It's by Herbert
  36. Schildt, and published by Osborne Mcgraw-Hill.
  37.  
  38. Mark Wright
  39. wright@epx.cis.umn.edu
  40.