home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / lang / c / 18848 < prev    next >
Encoding:
Internet Message Format  |  1992-12-23  |  2.9 KB

  1. Path: sparky!uunet!spool.mu.edu!uwm.edu!csd4.csd.uwm.edu!hahn
  2. From: hahn@csd4.csd.uwm.edu (David James Hahn)
  3. Newsgroups: comp.lang.c
  4. Subject: Algorithm book : Responses
  5. Date: 24 Dec 1992 03:13:31 GMT
  6. Organization: Computing Services Division, University of Wisconsin - Milwaukee
  7. Lines: 80
  8. Distribution: usa
  9. Message-ID: <1hb9srINNcvg@uwm.edu>
  10. NNTP-Posting-Host: 129.89.7.4
  11. Originator: hahn@csd4.csd.uwm.edu
  12.  
  13. I previously posted a question (below).  For anyone interested,
  14. here are the responses I received (edited).
  15.  
  16. In comp.lang.c you write:
  17.  
  18. >I'm looking for a good book of algorithms with C code- sorting,
  19. >graph algorithms,  etc... Can anyone recommend one?  I'm not looking
  20. >for an instructional book, but  more  of a "handbook."   
  21.  
  22. ------------------------------------------------------------------------------
  23.  
  24. The Art of Computer Programming, Vol 3 (Searching and Sorting).
  25. Donald Knuth, Addison Wesley.
  26.  
  27. Adam G.
  28.  
  29. -------------------------------------------------------------------------------
  30.  
  31. Turbo Algorithms by Weiskamp, et.al. published by Wiley (1989).  All the sorts, 
  32. tree traversals, etc,etc Working code in C, Pascal, Basic, and  Prolog.
  33.  
  34. Eric
  35.  
  36. -------------------------------------------------------------------------------
  37.  
  38. How about the books by Robert Sedgewick,
  39. Algorithms, Algorithms in C, and Algorithms in C++.  And of course, there
  40. is always Knuth's series.
  41.  
  42. Bill R
  43.  
  44. -------------------------------------------------------------------------------
  45.  
  46. The only book (there may be more) that I know that deals with algorithms
  47. using C is called "Algorithms in C" by Robert Sedgewick published by
  48. Addison Wesley.  This book can function both as an instructional book and a
  49. handbook as there is quite a complete coverage on the most popular
  50. algorithms used today.
  51.  
  52. Josh L
  53.  
  54. -------------------------------------------------------------------------------
  55.  
  56. "Algorithms in C" by Sedgewick is an excellent book for about $50.  He
  57. also has one for Pascal and probably others.
  58.  
  59.  
  60. Jeff H
  61.  
  62. --------------------------------------------------------------------------------
  63.  
  64. i like 'algorithms in c' by sedgwick.  there was a pascal version and i think
  65. there is a new version based on c++
  66.  
  67. jcg
  68.  
  69. --------------------------------------------------------------------------------
  70.  
  71.    I like the "Numerical Recipes" text.  The one I use is based on Fortran,
  72.    but I understand there is a C version.
  73.  
  74. But apart from sorting, it covers ONLY numerical algorithms. I like Sedgewick's
  75. book (some people hate it however - browse before buying).
  76.  
  77. Nick D
  78.  
  79. -------------------------------------------------------------------------------
  80.  
  81. I checked the Lib.of Cong at dra.com and Sedgewick has two editions of 
  82. 'Algorithms' (for Pascal), 'Algorithms in C', 'Algorithms in C++',  and
  83. and 'Algorithms in Ada.'  If anybody cares...
  84.  
  85.             Thanks for all the suggestions,
  86.  
  87.                     David H
  88.  
  89. -- 
  90. David Hahn
  91. University of Wisconsin : Milwaukee 
  92. hahn@csd4.csd.uwm.edu
  93.