Re: good algorithms come with practice and reading good code/books?



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>


.



Relevant Pages

  • Re: about garbage collector
    ... There are plenty of algorithms for this. ... Some simple collectors copy all live objects thus found to a new area, ... map that tells them where there is free memory. ... updates it every time a reference becomes live or dies. ...
    (comp.lang.java.programmer)
  • Re: Attn: Gordon: Your "Electronics for Dummies"
    ... I wasn't writing about copyright the reference was ... Another example are algorithms. ... and experiences that are unique to me. ...
    (comp.robotics.misc)
  • Re: Jaccuse
    ... I can read a C program without reference to any ... I can use C to communicate programming ideas to other ... algorithms in the CACM should be written in Algol 60 there was no real ...
    (comp.lang.c)
  • RE: How the GC reclaim the memory of the objects with circled reference
    ... The .NET garbage collector uses a mark-sweep generational algorithm, which means it starts at GC Roots and traces through their references. ... Straight reference counting algorithms break down ith circular references, ... And this site is great for general GC information, including descriptions of various algorithms and analysis: ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: any info on graphs algorithms examples ?
    ... adjacent matriz or with linked list, and how can I visit the vertex. ... Any sample code ??? ... Algorithms in C Parts 1-5 by Robert Sedgewick, ...
    (comp.lang.c)