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