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