OurBigBook Wikipedia Bot Documentation
NP-hardness is a classification used in computational complexity theory to describe certain types of problems. Specifically, a problem is said to be NP-hard if: 1. **It is at least as hard as the hardest problems in NP (nondeterministic polynomial time)**: This means that any problem in NP can be reduced to it in polynomial time. In more technical terms, if you can solve an NP-hard problem efficiently (in polynomial time), you can also solve any NP problem efficiently.

Ancestors (6)

  1. NP-hard problems
  2. Computational problems
  3. Mathematical problems
  4. History of mathematics
  5. Mathematics
  6. Home