|
|
|
|
|
by dpweb
25 days ago
|
|
P and NP are classes of computational problems. A problem in P can be solved in polynomial time - the computation required grows relatively slowly as the input size increases. Like sorting a list of numbers. A problem in NP requires exponential time or greater, but a proposed solution can be verified quickly. For example, checking a completed Sudoku puzzle. It is believed but unproven that all problems in NP are NOT in P. |
|
Every single problem in P is in NP. What is believed but unproven is that some problems in NP are not in P.