Degrees of Hardness

Like stones, we can categorize problems by how hard they are:

All of these are tight: can't do any better. The NP-complete problems are frustrating because we know how to solve them in exponential time, but we don't know we can't solve them in polynomial time. Big gap!


next up previous
Next: NP-COMPLETENESS Up: COMPLEXITY Previous: Hard Problems