home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / lang / c / 12359 < prev    next >
Encoding:
Text File  |  1992-08-14  |  684 b   |  15 lines

  1. Newsgroups: comp.lang.c
  2. Path: sparky!uunet!cis.ohio-state.edu!zaphod.mps.ohio-state.edu!cs.utexas.edu!torn!watserv2.uwaterloo.ca!watmath!thinkage!atbowler
  3. From: atbowler@thinkage.on.ca (Alan Bowler)
  4. Subject: Re: sort routines
  5. Message-ID: <1992Aug14.235556.11692@thinkage.on.ca>
  6. Organization: /etc/organization
  7. References: <1992Aug13.170424@axion.bt.co.uk> <1992Aug13.201157.25506@hubcap.clemson.edu>
  8. Date: Fri, 14 Aug 1992 23:55:56 GMT
  9. Lines: 4
  10.  
  11. Actually, if you find yourself wanting to sort a linked list it
  12. may be time to ask yourself if you chose the right data structure
  13. in the first place.  Often (not always) you will find that you
  14. should have picked a ordered tree instead.  
  15.