|
|
|
|
|
by Dylan16807
768 days ago
|
|
If P=NP, then there must exist a deterministic polynomial solution for any NP problem. Because it is deterministic, that means it's using a different algorithm than the straightforward nondeterministic solution. So any Turing machine can solve the problem, but it will have to use the former algorithm. It can't use the latter algorithm. A lot of people think of quantum computers as basically a nondeterministic Turing machine, and the wording in the parent post is an attempt to correct that misconception. |
|
I still don’t understand what is meant by ’straightforward nondeterministic solution’. If you mean that QTMs or quantum circuits aren’t formally the same as NTMs, I agree. But nor are two-tape (D)TMs and single-tape DTMs, and yet we have linear speedup. Presumably there is a stronger claim here, but I do not understand what that is.