Try exercises or look at the solutions for self-study

Some of the exercises are very hard. That is expected. But it depends on how deep you want your learning to be. If you are happy enough with a superficial understanding, then just read the solutions.

But if you want "operational" knowledge. The knowledge of how to put all of that to use and to extend it in your work, then you need to do a lot of the exercises. Mark them off when you succeed and come back to the ones you can't do later on. Or, find someone more knowledgeable than yourself, who also understands learning, who can give you minimal hints when you get stuck.

The issue is in the way the brain works. Long term memory works not by seeing something once and having it immediately imprinted somehow, but through rewiring of the neurons through repetition, reinforcement, and feedback. If you don't do that, you won't develop a deep understanding - or even memory of what you've seen.

But, since many of them are hard, and there may still be a few research problems hidden in there, don't work until you get frustrated. But instead of giving up and reading the solution, put it aside and go on to another. Come back to the hard ones occasionally and see if you can do better.

The more you do, the more it will enable you to do others, even if it doesn't make them easy.

In some books the exercises are what give it value. If you can do them, you have some deep knowledge TAOCP is like that.

But the same is true of the books you have for your coursework in CS and in Math.


Reading the problem and then reading the solution to understand it would be like going to the gym and then understanding how to lift weights by watching other people. Unless you do it yourself, you won't build any actual muscle.

Any amount of studying is better than never having picked up the book, but programming is very much a skill you have to practice. There are so many things you have to experience and fail at first hand to develop this skill.

For example, people often joke about forgetting something as simple as a semicolon at the end of their statements. The only way to ingrain that into your brain is to get that error a few hundred times in real life practice.


You probably have no chance to finish all the exercises in the TAOCP in your lifetime. Some of them appear to be open problems, i.e., the solutions would be publishable.

A better way would be to skim over the material, and go into the details and the depth of the parts that really interest you. Then you might find out that TAOCP is not complete, and that you'll need even more time to find the additional literature by yourself.

A titanic task, indeed.