top | item 1639599

Art of Computer Programming, Volumes 1-4A Boxed Set

56 points| tjr | 15 years ago |amazon.com | reply

55 comments

order
[+] siglesias|15 years ago|reply
Can somebody elaborate on the use cases of such a set? Are these volumes more theoretical and academic or practical? Is ownership more of a symbol or are they genuinely interesting to read, given a cramped startup lifestyle? What level of formal comp sci education does the author assume?

Not skepticism, just genuine curiosity and intrigue. I don't have a formal CS background, so forgive me for the naiveté if this is obvious stuff.

[+] savant|15 years ago|reply
This will likely not help you build your startup unless you need a really strong understanding of Programming concepts. In the words of the wise Wikipedia:

"The famous offer of a reward check worth "one hexadecimal dollar" (100HEX base 16 cents, in decimal, is $2.56) for any errors found, and the correction of these errors in subsequent printings, has contributed to the highly polished and still-authoritative nature of the work, long after its first publication. Another characteristic of the volumes is the variation in the difficulty of the exercises. The level of difficulty ranges from "warm-up" exercises to unsolved research problems, providing a challenge for any reader."

For some people, it will be a status symbol. But honestly, you shouldn't be buying these books unless you actually want to learn something. Just saying you have the books will do you no good and is just a waste of paper.

[+] tlammens|15 years ago|reply
It's all three: theoretical, academic and practical :-) Actually everything is pretty much build up from very basic knowledge.

But beware that it has a high information density and that it is for the mathematically inclined.

To digest in small portions :-)

[+] hyperbovine|15 years ago|reply
My experience mirrored this guy's:

I often hear TAOCP described as the series of programming books "that every programmer should read." I think this is simply untrue ... TAOCP was not written to be read from cover to cover ... It's very dense and academic, and the examples are all in assembly language.

(From http://www.billthelizard.com/2008/12/books-programmers-dont-...)

[+] ovi256|15 years ago|reply
BTW, I have an extra set of volumes 1-3 that I got by mistake, if someone's around Paris, mail me to get them. A poor student would be best :)
[+] jlongster|15 years ago|reply
These books are more than a status symbols for aggressive learners. I've poured through many chapters in these books and it really challenged me and continues to solidify a lot of concepts about computer programming.

I particularly remember enjoying being enlightened on where Big-O came from and what is really means in the mathematical world. Really helps me derive Big-O notations from my programs.

[+] amichail|15 years ago|reply
Probably more of a status symbol for most people.

How many of you actually read these books carefully?

[+] silentbicycle|15 years ago|reply
I've read parts of vol. 2, especially about random number generation. I found it in a library book sale for a quarter. THAT made my day. :)

I've found a suspiciously high percentage of the people who have totally! read the Art of Computer Programming are unable to answer even basic questions about MIX, by the way.

[+] rikthevik|15 years ago|reply
I keep them around as a reminder that Computer Science is math. Being able to reason and think mathematically is an important skill for any programmer.

A person can go pretty far doing web work and using scripting languages, but when you get into serious programming (heavily concurrent, resource-critical, real-time, etc) you need to understand the fundamentals.

Having Knuth up on the shelf reminds me to take a second and say, "Hey, think this through some more. Knuth probably figured it out already."

[+] gjm11|15 years ago|reply
1. Me, at least, and I'm absolutely certain I'm far from unique.

2. There's nothing wrong or status-symbol-y about using books of this sort for reference, and reading only the bits one needs.

[+] gyepi|15 years ago|reply
A rather superficial status symbol, I'd say: owning a book does not equate to knowing or understanding its contents.

I purchased my copies individually (back when I was a student and I could ill afford them) and, ignoring Knuth's suggesting algorithm for reading the series, read the "interesting" sections quite carefully. I still use them for reference and occasionally find time to re-read parts of it.

[+] Someone|15 years ago|reply
I read and understood volumes 1 to 3 front-to-back. I do not think it is that hard to understand, compared to e.g. complex analysis or number theory. Didn't work hard enough on some the exercises, but certainly understood all the simpler ones. I would not recommend reading this to every (would-be) programmer or computer scientist, though. Especially for those wanting to program on 1GHz+ CPUs with 1GB+ RAM, there are things that are more immediately useful. Also, even for the low-level stuff the content of the books is getting seriously dated (e.g. due to the absence of multi-threaded algorithms)
[+] ww520|15 years ago|reply
I have to admit I haven't read the books, lower head in shame. It was too expensive when I was a poor student. Interestingly years later at work there were some Romanian exchange students doing summer internship. When they left, we bought gifts for them. A coworker and I bought the 3rd Volume to give to one of them. That really made her day.
[+] brianm|15 years ago|reply
I use them as references probably more often than any other books I own. That said, I use the internets an order of magnitude more.
[+] jules|15 years ago|reply
I read the first book and didn't find it particularly good. You don't learn a lot from them. You do learn a lot of irrelevant details (like how his machine language works).
[+] rwmj|15 years ago|reply
The first three, in detail. I even tried and failed to do many of the higher exercises :-(
[+] Locke1689|15 years ago|reply
I used it as an algorithm reference for memory allocation.
[+] PStamatiou|15 years ago|reply
clicks on "Tell the Publisher! I’d like to read this book on Kindle"
[+] davidw|15 years ago|reply
So would I - but only if it looks as beautiful as the real thing.

Anyway, don't most people buy those as shelf decorations?

[+] kunjaan|15 years ago|reply
These seem to be a perfect graduation gift.
[+] pinhead|15 years ago|reply
Seriously, a list price of $249? Hardcover books are so damn expensive...
[+] kjhgfgbhnj|15 years ago|reply
Sure and what do you get for the price of an iPod?

The life's work of the greatest genius in CS and a set of knowledge that will last you more than your lifetime.

[+] ataranto|15 years ago|reply
Does anyone if you can buy a cardboard mockup of the boxed set that would look like the real thing when placed on your bookshelf next to "Teach Yourself Ruby in 21 Days"? I'm thinking $5.
[+] jason_slack|15 years ago|reply
I have a hard bound set (without the case) that someone can have if they are around the San Jose area. Vols 1 - 3. Maybe a trade or something?
[+] Groxx|15 years ago|reply
Anyone know if these are all updated to the RISC system, or is that still in progress?
[+] okmjuhb|15 years ago|reply
That's still in progress (and, given that Knuth is more than seventy years old and still has at least 3 books to go before he will begin to revise them, odds are such a revised set will never be released).