home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / lang / c / 16672 < prev    next >
Encoding:
Text File  |  1992-11-17  |  1.0 KB  |  34 lines

  1. Newsgroups: comp.lang.c
  2. Path: sparky!uunet!netnews!bandy
  3. From: bandy@netnews.jhuapl.edu (Mike Bandy)
  4. Subject: Re: external sorting
  5. Message-ID: <BxvDMu.4Kz@netnews.jhuapl.edu>
  6. Organization: JHU/Applied Physics Laboratory
  7. References: <1992Nov17.103111.19839@di.unipi.it>
  8. Date: Tue, 17 Nov 1992 16:54:29 GMT
  9. Lines: 23
  10.  
  11. In comp.lang.c you write:
  12.  
  13. >I'm writing an article on how to sort large files using Mergesort 
  14. >and I was wondering if anyone out there know of other good
  15. >sorting algorithms that can be used for external sorting too. 
  16.  
  17. The 'bible' of algorithms is Knuth's, "The Art Of Computer Programming".
  18. It's now about 30 years old, but still very respected as a collection
  19. of algorithms.  I'd check there first, then the university library.
  20. Sorry I wasn't more help; remember "teach a man to fish ...".
  21.  
  22. >--
  23. >Nico Tranquilli
  24. >v. Ruffini, 13
  25. >62012 Civitanova Marche (MC) - Italy
  26. >phone: +39 (50) 550-266
  27. >home phone: +39 (733) 770-332
  28. >net: ntranqu@caticsuf.cati.csufresno.edu
  29. -- 
  30.  
  31.     Mike Bandy
  32.     bandy@aplcomm.jhuapl.edu
  33.     Johns Hopkins University / Applied Physics Lab
  34.