Which volume of TAOCP should I start with? [closed]
开发者_如何学C
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 3 years ago.
Improve this questionI have decided to go through "The Art Of Computer Programming" series by Sir Donald Knuth.
Based on your experience, please suggest which volume would be a good one to start with, as in an easier one (relative to others) and also, please suggest your preferred order for reading subsequent volumes.
I am in no rush to learn it all, so any type of volume should be OK with me to start.
The first volume of TAOCP contained this diagram:
The absolute first thing you should do is read the first few chapters from the first volume. They go over basic stuff, including MIX [supposedly there's a new version with MMIX, though I havent seen it yet] which is the model Knuth uses throughout the series
I'm a math guy, so I found the second volume [dealing with "seminumerical" algorithms -- called so because Knuth felt that it wasnt strictly numerical] much more interesting than the sorting and searching stuff [V3]
精彩评论