Re: good algorithms come with practice and reading good code/books?
- From: CBFalconer <cbfalconer@xxxxxxxxx>
- Date: Sat, 30 Dec 2006 18:32:40 -0500
newsman654@xxxxxxxxxxxxx wrote:
.... snip ...
I also suggest as a reference Herb Schildt's Complete Reference
to C (check out herbschildt.com)
But the book that really opened my eyes to the art of programming
and algorithms was Mastering Algorithms with C ISBN
10:1-56592-453-3 ISBN 13: 9781565924536.
If you really want to study algorithms in more depth, allow me
also to suggest Algorithms in C parts 1-5, by Robert Sedgewick.
Sedgewick is good, I don't know about Mastering Algorithms, but
anything by Schildt is fundamentally wrong and will give you evil
habits. It is generally known as BullSchildt around here. You
might want to get the ISO standard as the ultimate reference.
Search for N869 and/or N1124. A well formatted text version
suitable for quoting and easy searching with less is available,
bzip2 compressed, at:
<http://cbfalconer.home.att.net/download/>
--
Merry Christmas, Happy Hanukah, Happy New Year
Joyeux Noel, Bonne Annee.
Chuck F (cbfalconer at maineline dot net)
<http://cbfalconer.home.att.net>
.
- References:
- good algorithms come with practice and reading good code/books?
- From: vlsidesign
- Re: good algorithms come with practice and reading good code/books?
- From: newsman654
- good algorithms come with practice and reading good code/books?
- Prev by Date: Re: c / c++ : is it end of era ?
- Next by Date: Re: c / c++ : is it end of era ?
- Previous by thread: Re: good algorithms come with practice and reading good code/books?
- Next by thread: comparing doubles for equality
- Index(es):
Relevant Pages
|