Answer:
A decision problem is a question with exactly two possible answers: Yes or No.
Answer:
A decision problem is decidable if there exists an algorithm that always produces the correct Yes/No answer in a finite amount of time.
Answer:
The class P contains decision problems that can be solved in polynomial time by a deterministic algorithm. These are considered efficiently solvable or tractable problems.
Answer:
The class NP contains decision problems for which a proposed solution can be verified in polynomial time by a deterministic algorithm. Finding the solution might be hard, but checking it is efficient.
Answer:
Informally: If verifying a solution is easy, is finding one also easy?
P ≠ NP, but it remains unproven.Answer:
At minimum, a correct proof of P vs NP wins the Clay Mathematics Institute's Millennium Prize of $1,000,000 and worldwide recognition. If you prove P = NP constructively with a practical algorithm, the practical value could reach billions by transforming cryptography, optimization, drug discovery, logistics, and more.