Show Book List

Reviews from Amazon
Amazon.com (0716710455) 13 reviews
Amazon.co.uk (0716710455) 1 review
Amazon.ca (0716710455) 7 reviews
A selection of these reviews is given below

Reviews elsewhere on the web:
RONALD V. BOOK (pdf)
Everything2.com

M Garey and D Johnson

Computers and Intractability

Computers and intractability : a guide to the theory of NP-completeness by Michael R. Garey and David S. Johnson is a standard textbook for those interested in the theory of NP completeness.

This work is in three parts. The first introduces NP completeness and describes how to go about proving that a problem is NP complete. The second part looks at more advanced topics, such as the structure of the class of NP problems - you might think of all NP complete problems as being more or less the same, but the authors show that there is more it than that. They also describe tractable ways of obtaining approximate solutions to NP complete problems.

It's the third part which will be the most important for most people though. This consists of a list of a large number of NP complete problems including references to the proof of their NP completeness. So whether you are you are a student of computational complexity, you are thinking of attacking the million dollar P=NP question, or you just have to write a program for a problem which you think might be NP complete, you will find that this book is a useful addition to your library.

Amazon.com info
Paperback 340 pages  
ISBN: 0716710455
Salesrank: 141750
Weight:1.1 lbs
Published: 1979 W. H. Freeman
Amazon price $41.26
Marketplace:New from $41.26:Used from $19.99
Buy from Amazon.com
Amazon.co.uk info
Paperback 340 pages  
ISBN: 0716710455
Salesrank: 328236
Weight:1.1 lbs
Published: 1979 W.H.Freeman & Co Ltd
Amazon price £38.94
Marketplace:New from £32.00:Used from £29.92
Buy from Amazon.co.uk
Amazon.ca info
Paperback 340 pages  
ISBN: 0716710455
Salesrank: 100296
Weight:1.1 lbs
Published: 1979 W.H. Freeman & Company
Amazon price CDN$ 66.53
Marketplace:New from CDN$ 66.04:Used from CDN$ 58.77
Buy from Amazon.ca

Amazon.com
This book's introduction features a humorous story of a man with a line of people behind him, who explains to his boss, "I can't find an efficient algorithm, but neither can all these famous people." This man illustrates an important quality of a class of problems, namely, the NP-complete problems: if you can prove that a problem is in this class, then it has no known polynomial-time solution that is guaranteed to work in general. This quality implies that the problem is difficult to deal with in practice.

The focus of this book is to teach the reader how to identify, deal with, and understand the essence of NP-complete problems; Computers and Intractability does all of those things effectively. In a readable yet mathematically rigorous manner, the book covers topics such as how to prove that a given problem is NP-complete and how to cope with NP-complete problems. (There is even a chapter on advanced topics, with numerous references.) Computers and Intractability also contains a list of more than 300 problems--most of which are known to be NP-complete--with comments and references.

 
Definitely a classic but not good for beginners ****
I have to say that this is a true classic. It gives a very nice treatment of what is NP-completeness in a fashion that really defends the topic well. It gives nice illustrations to show different situations and how to deal with it. But after the first couple of chapters it does get a little out there with the proofs it does. It is still approachable, but it assumes that the reader is already familiar with the basics of combinatorial complexity, especially in reductions. I would only recommend this book to readers who has gone through such books as Introduction to Algorithms by Cormen et al. or Combinatorial Complexity by Papadimitriou and Steiglitz. Those two books are more for beginners and this book should be one to help anyone interested in NP-complete problems to get more practice and depth understanding. Overall a great book for anyone interested in the topic. The grand challenge is to reduce everything to at least something within the 150 problems listed on your own.
 
comprehensive book for NP-completeness *****
The book is excellent in explaining NP-completeness problem. Take it as a reference if you would like to do research in this field.
 
Published in 1979 and still the best *****
This is a rare example of a textbook where the authors actually go to the trouble of considering the fact that the intended reader is a non-expert. Published in 1979 and still the best.
 
Arrived in time, good condition *****
The book arrived in time, in good condition, and adequate packing.
 
A Beautiful Book on a Beautiful Subject *****
This is among the most eloquently written books that I have ever read in my life. Highly recommended.
 
On the difficulty of computers to deal with certain problems *****
All those who deals with Computer Science, Mathematics and Engineering have to face the reality that certain problems seem really hard to solve. Even with the more sophisticated, and technologically advanced among the currently available computers---and among those that are to come in the next several years---, it seems highly likely that we cannot efficiently solve certain specific problems.

A first well written and systematic account on the hardness of this problems is the 1979 book on the theory of NP completeness by Michael R. Garey and David S. Johnson: Computers and Intractability, A Guide to the Theory of NP-Completeness (W.H. Freeman and Company, San Francisco). It is amazing how, after all these years, this book remains a fundamental one to be introduced on what can be effectively and efficiently solved by computers and above all on what it seems not efficiently solvable, independently of the advances of technology. Other texts have been published after that one, as for example the recent clear and complete overview on what has been done and extensively researched since then that has been given by Christos H. Papadimitriou in his book Computational Complexity (Addison-Wesley, 1994). Nevertheless, the Garey-Johnson book---as it is often familiarly called---remains the fundamental book for a clear introduction to this central problem of what is tractable by computers.

Starting from a very clear introduction to the technical term "NP-Complete," and to how this term gained importance for the description of the algorithmic tractability of certain problems in the early 70s, the book clearly defines, both in an intuitive and then in a formal way, what it is meant by the complexity of a problem. More than that, this complexity is directly related to the effective methods for solving problems (algorithms) and thus to computers themselves. The basic of the theory of NP-Completeness is completely covered in the first 5 chapters, beginning from a low-level introduction to some of the central notions of computational complexity and finally providing detailed definitions describing proof techniques to prove the hardness of certain problems. The remaining two chapters provide an overview on two alternative directions for further study. (The both of them have been extensively investigated in the following years.) Finally, the appendix contains more than 300 main entries on NP-Complete and NP-Hard problems, and this last part of the book is continuously referenced in journal and conference papers on the subject.

The first chapter is definitely accessible also to those that doesn't know so much mathematics, or computers related stuff, and thus the book is recommendable to those that are simply curious about the things that can be solved with computers.

 
The most readable math book ever *****
I first read this book while researching heuristic techniques for reaching "good enough" solutions to the Travelling Salesman problem. "Computers and Intractability" was a breath of fresh air. It was as rigorous as any mathematical treatise, but written in a way that even a non-math major could understand. If you ever want to know why computers are so buggy, you'll know the mathematical reason for this within the first few pages of this book. By the time you reach the end, you'll never trust cryptography to absolutely, without a doubt, keep data secure for long, if at all.
 
Showing its age ****
Yes, it's a classic. Yes, every computer scientist MUST own it. But enormous significant progress has been made in the field of NP-completeness (and computational complexity more generally) in the two decades since this book was published. An up-to-date edition -- which would probably be well over a thousand pages long -- has been badly needed for years.
 
A classic! *****
I think every computer science student should read some of this book to learn about complexity theory and the notions reducibilty and completeness. Moreover, you may come across a problem that you have to show is NP or P complete, and the examples in the book provide a good model for doing so. Papadimitriou's book on complexity is also a great place to learn more about the subject.
 
Contemplating Abstract Thought *****
Every graduate CS student will probably encounter this book--it is a classic.

But long after that course in NP theory was over, the astonishment of a different aspect of the book remains.

One course assignment was the development of 15 polynomial reduction proofs (proving the computational complexity equivalence of pairs of NP problems). Part of these proofs can be simple geometric shapes, locations and connecting lines, which are defined as elements in the 2 problems. Because the elements are rigorously defined, the resulting geometric pictures model rigorous proofs of equivalence.

I was astounded at the power of such abstractions (which most programmers perhaps wouldn't even recognize as legitimate proofs). This experience underlined the fact that rigorous logical proof may take many outer forms, whether mathematical equations, formal symbolic logic proofs such as the Irving Copi notation, or simple geometric drawings.

Many veins of rich ore may be mined from this work, and only 1 of them is NP theory. But the reader must be ready to do battle with some difficult ideas, and mathematical notation which can obscure the creativity of the material covered. (For astounding creativity, examine Cooke's Theorem proving that the Satisfiability problem is NP-Complete!)

 
Required reference *****
Absolutely required text. The introductory material is useful, but I must admit I've found other texts easier for that (I like Sipser's book). But the reference list of NP-complete problems, and transformations, can't be beat. I used it over and over as a student, and now just as much as a professor.

Tachyos.org  |  Chronon Critical Points  |  Recent Science Book Reviews