Tagged Questions

2
votes
4answers
132 views

Which version of Art of Computer Programming should I read and when?

I want to read Art of Computer Programming by Donald Knuth for various personal and professional reasons. So when I walk into the book store I see a couple volumes a couple version …
2
votes
4answers
152 views

Oriented forest TAoCP - Algorithm in python

I try to implement Algorithm O (Oriented forests) from Donald E. Knuth: 'The Art of Computer Programming - Volume 4, Fascile 4, Generating All Trees' on page 24. My Python solutio …
0
votes
1answer
93 views

About an exercise appearing in TAOCP volume one’s “Notes on the Exercises”.

Hi, There is a question in TAOCP vol 1, in "Notes on Exercises" section, which goes something like: "Prove that 13^3 = 2197. Generalize your answer. (This is a horrible kind of p …
18
votes
29answers
2k views

How many people actually read “The Art Of Computer Programming” books?

"TAOCP book is one of the must-reading CS books." I read such a statement so many times but I never see person who read and study over the book. Maybe the book itself makes our j …
23
votes
8answers
1k views

The Art of Computer Programming - What Can I Get From Reading the Lot?

I am seriously considering actually reading through the whole Art of Computer Programming by Don Knuth. Though I know not many people actually manage to do this, and it's a ridicu …
0
votes
1answer
38 views

taocp, sequential allocation questions

hi all, i've run into few problems while working tacop 2.2.2 sequential allocations, repacking memory section at page 247. the subject is there are n stacks sharing a common area …
6
votes
5answers
801 views

Advice on how to approach The Art of Computer Programming?

Any advice on how to appoach The Art of Computer Programming Vol 1? I currently have Volume 1 with me. Should I go through the Math part fully before getting in to the Data Struct …
1
vote
2answers
214 views

The Art of Computer Programming, Vol 4, Fascicle 2 typo?

At the bottom of page 5 is the phrase "changes k to k ⊕ (1j+1)2". Isn't 1 to any power still 1 even in binary? I'm thinking this must be a typo. I sent an email to Dr. Knuth …
3
votes
1answer
110 views

How does division work in MIX?

Can someone explain to me how division in MIX (from TAOCP by Knuth) works on a byte-to-byte basis? rA = |-| . . . .0| rX = |+|1235|0|3|1| The memory location 1000 contains |-| …
6
votes
2answers
230 views

What are the enduring properties of a book on algorithms?

I will soon start writing a book on a certain subset of algorithms. Many people, including myself, praise The Art of Computer Programming to the top of their lungs, believing these …
3
votes
3answers
535 views

The Art of Computer Programming exercise question: Chapter 1, Question 8

I'm doing the exercises to TAOCP Volume 1 Edition 3 and have trouble understanding the syntax used in the answer to the following exercise. Chapter 1 Exercise 8 Computing the gre …
4
votes
3answers
361 views

Art of Computer programming notation question

I'm just starting to read TAOCP Volume 1 and I'm having trouble understanding the style. Knuth mentions a computational method to be a quadruple (Q,I, Omega, f) -- but I am having …
1
vote
3answers
332 views

Best preparation material for TAOCP?

There are apparently a lot of people who don't finish reading TAOCP. One thing I've consistently noted in people's responses is being unable to handle all of the math in the series …