Hacker News new | ask | show | jobs
by C4stor 2315 days ago
No it doesn't, since O(n*log(n)) is in P too. P = NP doesn't imply that the complexity of finding the solution has the exact same complexity than verifying it, just that both are polynomial.