|
Home > Archive > Unix Programming > May 2004 > Book searched
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
| Mark U. 2004-05-10, 5:44 pm |
| Hello,
what is a good book covering basic algorithms like: trees, hashes?
It should be more for programmers than mathematics ;)
| |
| Rich Teer 2004-05-10, 5:44 pm |
| On Mon, 10 May 2004, Mark U. wrote:
> Hello,
> what is a good book covering basic algorithms like: trees, hashes?
> It should be more for programmers than mathematics ;)
The canonical answer is probably "The Art of Computer Programming",
by Donald Knuth. Sorting and searching is in Volume 3.
--
Rich Teer, SCNA, SCSA
President,
Rite Online Inc.
Voice: +1 (250) 979-1638
URL: http://www.rite-online.net
| |
| Jens.Toerring@physik.fu-berlin.de 2004-05-10, 5:44 pm |
| Rich Teer <rich.teer@rite-group.com> wrote:
> On Mon, 10 May 2004, Mark U. wrote:
[vbcol=seagreen]
> The canonical answer is probably "The Art of Computer Programming",
> by Donald Knuth. Sorting and searching is in Volume 3.
A perhaps somewhat easier to read book is one of the "Algorithms
in XXX" (replace XXX by C, C++, Modula-3, Java and I don't know
what else) by Robert Sedgewick.
Regards, Jens
--
\ Jens Thoms Toerring ___ Jens.Toerring@physik.fu-berlin.de
\__________________________ http://www.toerring.de
| |
| those who know me have no need of my name 2004-05-11, 5:40 pm |
| in comp.unix.programmer i read:
>On Mon, 10 May 2004, Mark U. wrote:
>
>The canonical answer is probably "The Art of Computer Programming",
>by Donald Knuth. Sorting and searching is in Volume 3.
i agree. i'd add to that introduction to algorithms by cormen, et al, and
introduction to computing and algorithms by shackelford, both of which are
excellent.
also, dads <http://www.nist.gov/dads/> can be a useful resource.
--
a signature
|
|
|
|
|