Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

Art of Computer Programming, Volume 3: Sorting and Searching (repost)

Posted By: viserion
Art of Computer Programming, Volume 3: Sorting and Searching (repost)

Donald E. Knuth, "Art of Computer Programming, Volume 3: Sorting and Searching, 2nd Edition"
ISBN: 0201896850 | 1998 | True PDF | 800 pages | 16 MB

The bible of all fundamental algorithms and the work that taught many of today's software developers most of what they know about computer programming.
—Byte, September 1995

I can't begin to tell you how many pleasurable hours of study and recreation they have afforded me! I have pored over them in cars, restaurants, at work, at home… and even at a Little League game when my son wasn't in the line-up.
—Charles Long

If you think you're a really good programmer… read [Knuth's] Art of Computer Programming… You should definitely send me a resume if you can read the whole thing.
—Bill Gates

It's always a pleasure when a problem is hard enough that you have to get the Knuths off the shelf. I find that merely opening one has a very useful terrorizing effect on computers.
—Jonathan Laventhol

The first revision of this third volume is the most comprehensive survey of classical computer techniques for sorting and searching. It extends the treatment of data structures in Volume 1 to consider both large and small databases and internal and external memories. The book contains a selection of carefully checked computer methods, with a quantitative analysis of their efficiency. Outstanding features of the second edition include a revised section on optimum sorting and new discussions of the theory of permutations and of universal hashing.