|
|
|
|
|
by gauravk92
5140 days ago
|
|
When we discuss solving whether P=NP, are we talking about a theoretical shortcut that allows us to not have to calculate everything? Or is it quantum computing that simply allows us to efficiently just compute everything because no shortcut is likely to be discovered? |
|
The class P is those problems that can be solved in polynomial time.
The class NP is those problems such that an alleged solution can be checked in polynomial time.
Every problem in P is also in NP.
We don't know if there are any problems in NP that are not also in P. That's what we want to know.
So given that, what was your question?