Understanding the P vs NP Problem: Is Nondeterministic to Deterministic Conversion the Key?
No, this is not a valid definition for the P vs NP problem. The P vs NP problem is concerned with the efficiency of algorithms and whether problems that can be quickly verified can also be quickly solved. It asks whether all problems in the complexity class NP can be solved in polynomial time (P), or if there are some problems that are inherently more difficult. The question of whether a nondeterministic program can be converted into an equivalent deterministic program is related to the concept of simulation and is not directly related to the P vs NP problem.
原文地址: https://www.cveoy.top/t/topic/lAVH 著作权归作者所有。请勿转载和采集!