What is the best book for a student learning about concepts such as NP-hard, NP-complete and P=?NP?

I've already got the CLR but it doesn't really cover these particular topics as thoroughly.

link|improve this question
(re: close vote) I wouldn't call complexity books a subject that "usually leads to confrontation and argument". It's not emacs vs. vi. – rjh Mar 26 '10 at 19:21
feedback

4 Answers

Any textbook on computability and complexity would be useful. Introduction to the Theory of Computation by Sisper is a good one.

Also there are lots of good resources if you google those terms - this is a common undergrad course and many professors post class notes online.

link|improve this answer
feedback

Introduction to Algorithms by Thomas Cormen is a very good book on Algorithms and also there is The Algorithm Design Manual

link|improve this answer
Introduction to Algorithms is very good. – Ralf Apr 9 '10 at 8:56
feedback

Computers and Intractability: A Guide to the Theory of NP-Completeness by Michael Garey and David S. Johnson. is a classic (1979).

link|improve this answer
feedback

Introduction to Algorithms has a very good chapter on NP-completeness and tractability, and it's the one I usually recommend to my students.

Garey & Johnson's guide is basically list of the known NP-complete problems, and while certainly useful as a reference book, I wouldn't recommend it as an introduction.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.